|
||||||||||
| 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.Walls
public class Walls
Title: Walls class
Description: Chart Walls. Accesses Wall and overall Wall display characteristics
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary | |
|---|---|
class |
Walls.BackWall
Title: BackWall class Description: Wall Panel at rear of Chart Copyright (c) 2005-2006 by Steema Software SL. |
class |
Walls.BottomWall
Title: BottomWall class Description: Wall Panel at bottom of Chart. |
class |
Walls.LeftWall
Title: LeftWall class Description: Wall Panel at left of Chart Copyright (c) 2005-2006 by Steema Software SL. |
class |
Walls.RightWall
Title: RightWall class Description: Wall Panel at right of Chart. |
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
Walls(IBaseChart c)
|
|
| Method Summary | |
|---|---|
int |
calcWallSize(Axis a)
Calculates the Wall thickness of the specified Axis. |
Walls.BackWall |
getBack()
Defines the pen and brush used to fill the back chart side. |
Walls.BottomWall |
getBottom()
Defines the pen and brush used to fill the bottom chart side. |
Walls.LeftWall |
getLeft()
Defines the Pen and Brush used to fill the left chart side. |
Walls.RightWall |
getRight()
Defines the pen and brush used to fill the right chart side. |
boolean |
getView3D()
Shows all Chart walls in 3D. |
boolean |
getVisible()
Shows / Hides all Chart walls. |
void |
paint(IGraphics3D g,
Rectangle r)
Paints walls at rectangle r. |
void |
setBack(Walls.BackWall value)
|
void |
setBottom(Walls.BottomWall value)
|
void |
setChart(IBaseChart value)
Chart associated with this object. |
void |
setLeft(Walls.LeftWall value)
|
void |
setRight(Walls.RightWall value)
|
void |
setSize(int value)
|
void |
setView3D(boolean value)
Shows all Chart walls in 3D when true. |
void |
setVisible(boolean value)
Shows / Hides all Chart walls. |
| Methods inherited from class com.steema.teechart.TeeBase |
|---|
getChart, invalidate, setBooleanProperty, setColorProperty, 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 Walls(IBaseChart c)
| Method Detail |
|---|
public Walls.LeftWall getLeft()
public void setLeft(Walls.LeftWall value)
public Walls.RightWall getRight()
public void setRight(Walls.RightWall value)
public Walls.BackWall getBack()
public void setBack(Walls.BackWall value)
public Walls.BottomWall getBottom()
public void setBottom(Walls.BottomWall value)
public boolean getVisible()
public void setVisible(boolean value)
value - booleanpublic boolean getView3D()
public void setView3D(boolean value)
value - boolean
public void paint(IGraphics3D g,
Rectangle r)
g - IGraphics3Dr - Rectanglepublic int calcWallSize(Axis a)
a - Axis
public void setSize(int value)
public void setChart(IBaseChart value)
TeeBase
setChart in class TeeBasevalue - IBaseChart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||