|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.ImageBevel
public class ImageBevel
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 |
---|
public ImageBevel(IBaseChart c)
Method Detail |
---|
public int getWidth()
public void setWidth(int value)
value
- intpublic boolean getVisible()
public void setVisible(boolean value)
value
- booleanpublic ChartPen getPen()
public ChartBrush getBrush()
public void assign(ImageBevel b)
b
- ImageBevelpublic void Draw(Graphics3D g, Rectangle rect, int borderRound)
g
- Graphics3Drect
- RectangleborderRound
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |