com.steema.teechart
Class ImageBevel

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.ImageBevel

public class ImageBevel
extends TeeBase

Title: ImageBevel class

Description: Displays Image bevel around rectangles

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
ImageBevel(IBaseChart c)
           
 
Method Summary
 void assign(ImageBevel b)
          Assigns all properties from a bevel to another.
 void Draw(Graphics3D g, Rectangle rect, int borderRound)
          Draws bevels around rectangle parameter.
 ChartBrush getBrush()
          Sets ImageBevel Brush characteristics.
 ChartPen getPen()
          Sets ImageBevel Pen characteristics.
 boolean getVisible()
          Sets the visibility of the Image Bevel.
 int getWidth()
          Draws an Image Bevel of the specified width.
 void setVisible(boolean value)
          Sets the visibility of the Image Bevel.
 void setWidth(int value)
          Draws an Image Bevel of the specified width.
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageBevel

public ImageBevel(IBaseChart c)
Method Detail

getWidth

public int getWidth()
Draws an Image Bevel of the specified width.
Default value: 10

Returns:
int

setWidth

public void setWidth(int value)
Draws an Image Bevel of the specified width.
Default value: 10

Parameters:
value - int

getVisible

public boolean getVisible()
Sets the visibility of the Image Bevel.
Default value: false

Returns:
boolean

setVisible

public void setVisible(boolean value)
Sets the visibility of the Image Bevel.
Default value: false

Parameters:
value - boolean

getPen

public ChartPen getPen()
Sets ImageBevel Pen characteristics.

Returns:
ChartPen

getBrush

public ChartBrush getBrush()
Sets ImageBevel Brush characteristics.

Returns:
ChartBrush

assign

public void assign(ImageBevel b)
Assigns all properties from a bevel to another.

Parameters:
b - ImageBevel

Draw

public void Draw(Graphics3D g,
                 Rectangle rect,
                 int borderRound)
Draws bevels around rectangle parameter.

Parameters:
g - Graphics3D
rect - Rectangle
borderRound - int