|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BevelStyle | |
---|---|
com.steema.teechart | |
com.steema.teechart.drawing |
Uses of BevelStyle in com.steema.teechart |
---|
Fields in com.steema.teechart declared as BevelStyle | |
---|---|
protected BevelStyle |
Bevel.defaultOuter
|
protected BevelStyle |
Bevel.inner
|
static BevelStyle |
BevelStyle.LOWERED
Lowered Bevel. |
static BevelStyle |
BevelStyle.NONE
No bevel. |
protected BevelStyle |
Bevel.outer
|
static BevelStyle |
BevelStyle.RAISED
Raised bevel. |
Methods in com.steema.teechart that return BevelStyle | |
---|---|
static BevelStyle |
BevelStyle.fromValue(int value)
|
BevelStyle |
Shape.getBevelInner()
Obsolete. |
BevelStyle |
Shape.getBevelOuter()
Obsolete. |
BevelStyle |
Bevel.getInner()
Defines the inner bevel type of the TChart Panel border. |
BevelStyle |
Bevel.getOuter()
The outer bevel type of the TChart Panel border. |
Methods in com.steema.teechart with parameters of type BevelStyle | |
---|---|
void |
Shape.setBevelInner(BevelStyle value)
Defines the inner bevel type of the TChart Panel border. |
void |
Shape.setBevelOuter(BevelStyle value)
Defines the outer bevel type of the TChart Panel border. |
void |
Bevel.setInner(BevelStyle value)
Defines the inner bevel type of the TChart Panel border. |
void |
Bevel.setOuter(BevelStyle value)
Defines the outer bevel type of the TChart Panel border. |
Uses of BevelStyle in com.steema.teechart.drawing |
---|
Methods in com.steema.teechart.drawing with parameters of type BevelStyle | |
---|---|
void |
IGraphics3D.paintBevel(BevelStyle style,
Rectangle rect,
int width,
Color colorOne,
Color colorTwo)
|
void |
Graphics3D.paintBevel(BevelStyle bevel,
Rectangle rect,
int width,
Color one,
Color two)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |