|
||||||||||
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.Bevel
public class Bevel
Title: Bevel class
Description: Displays bevels (frames) around rectangles
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected BevelStyle |
defaultOuter
|
protected BevelStyle |
inner
|
protected BevelStyle |
outer
|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Bevel(IBaseChart c)
|
Method Summary | |
---|---|
void |
assign(Bevel b)
Assigns all properties from one bevel to another. |
void |
draw(IGraphics3D g,
Rectangle rect)
Draws bevels around rectangle parameter. |
Color |
getColorOne()
Color of left and top sides of bevels. |
Color |
getColorTwo()
Color of right and bottom sides of bevels. |
BevelStyle |
getInner()
Defines the inner bevel type of the TChart Panel border. |
BevelStyle |
getOuter()
The outer bevel type of the TChart Panel border. |
boolean |
getVisible()
|
int |
getWidth()
Width of the TeeChart Panel border in pixels. |
protected java.lang.Object |
readResolve()
|
void |
setColorOne(Color value)
Sets the Color of left and top sides of bevels. |
void |
setColorTwo(Color value)
Sets the Color of right and bottom sides of bevels. |
void |
setInner(BevelStyle value)
Defines the inner bevel type of the TChart Panel border. |
void |
setOuter(BevelStyle value)
Defines the outer bevel type of the TChart Panel border. |
void |
setVisible(boolean value)
|
void |
setWidth(int value)
Sets the width of the TeeChart Panel border in pixels. |
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 |
Field Detail |
---|
protected BevelStyle inner
protected BevelStyle outer
protected transient BevelStyle defaultOuter
Constructor Detail |
---|
public Bevel(IBaseChart c)
Method Detail |
---|
protected java.lang.Object readResolve()
public BevelStyle getInner()
public void setInner(BevelStyle value)
value
- BevelStylepublic int getWidth()
public void setWidth(int value)
value
- intpublic Color getColorOne()
public void setColorOne(Color value)
value
- Colorpublic Color getColorTwo()
public void setColorTwo(Color value)
value
- Colorpublic BevelStyle getOuter()
public void setOuter(BevelStyle value)
value
- BevelStylepublic void assign(Bevel b)
b
- Bevelpublic void draw(IGraphics3D g, Rectangle rect)
g
- IGraphics3Drect
- Rectanglepublic boolean getVisible()
public void setVisible(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |