|
||||||||||
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.Shape
com.steema.teechart.Wall
public class Wall
Title: Wall class
Description: Characteristics of Wall Panel that complements an Axis
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected boolean |
bApplyDark
|
protected int |
iSize
|
Fields inherited from class com.steema.teechart.Shape |
---|
bBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visible |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Wall(IBaseChart c)
|
Method Summary | |
---|---|
boolean |
getApplyDark()
Applies a darker shade to 3D Chart Walls when true. |
boolean |
getAutoHide()
|
protected boolean |
getShouldDark()
|
int |
getSize()
The Chart Wall thickness. |
protected void |
prepareGraphics(IGraphics3D g)
|
void |
setApplyDark(boolean value)
Applies a darker shade to 3D Chart Walls when true. |
void |
setAutoHide(boolean value)
|
void |
setSize(int value)
Sets the Chart Wall thickness. |
protected boolean |
shouldDraw()
|
Methods inherited from class com.steema.teechart.Shape |
---|
assign, getBevel, getBevelInner, getBevelOuter, getBevelWidth, getBorderRound, getBottom, getBrush, getColor, getGradient, getHeight, getImage, getImageBevel, getImageMode, getImageTransparent, getLeft, getPen, getRight, getShadow, getShapeBounds, getTop, getTransparency, getTransparent, getVisible, getWidth, paint, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setChart, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, setVisible, setWidth |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, 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 int iSize
protected boolean bApplyDark
Constructor Detail |
---|
public Wall(IBaseChart c)
Method Detail |
---|
protected boolean getShouldDark()
public boolean getApplyDark()
public void setApplyDark(boolean value)
value
- booleanpublic int getSize()
public void setSize(int value)
value
- intprotected void prepareGraphics(IGraphics3D g)
protected boolean shouldDraw()
public void setAutoHide(boolean value)
public boolean getAutoHide()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |