com.steema.teechart
Class Walls.RightWall
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.Shape
com.steema.teechart.Wall
com.steema.teechart.Walls.RightWall
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Walls
public class Walls.RightWall
- extends Wall
Title: RightWall class
Description: Wall Panel at right of Chart.
Copyright (c) 2005-2008 by Steema Software SL. All Rights
Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Fields inherited from class com.steema.teechart.TeeBase |
chart |
Method Summary |
boolean |
getVisible()
Shows/Hides Right Wall.
Default value: false |
void |
paint(IGraphics3D g,
Rectangle rect)
Use this method to paint a right wall at rectangle r. |
void |
setVisible(boolean value)
Shows/Hides Right Wall.
Default value: false |
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, getWidth, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setChart, setColor, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, setWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Walls.RightWall
public Walls.RightWall(IBaseChart c,
Walls w)
paint
public void paint(IGraphics3D g,
Rectangle rect)
- Use this method to paint a right wall at rectangle r.
- Overrides:
paint
in class Shape
- Parameters:
g
- IGraphics3Drect
- Rectangle
getVisible
public boolean getVisible()
- Shows/Hides Right Wall.
Default value: false
- Overrides:
getVisible
in class Shape
- Returns:
- boolean
setVisible
public void setVisible(boolean value)
- Shows/Hides Right Wall.
Default value: false
- Overrides:
setVisible
in class Shape
- Parameters:
value
- boolean