com.steema.teechart
Class Walls.RightWall

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.Shape
          extended by com.steema.teechart.Wall
              extended by com.steema.teechart.Walls.RightWall
Enclosing class:
Walls

public class Walls.RightWall
extends Wall

Title: RightWall class

Description: Wall Panel at right of Chart.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.Wall
bApplyDark, 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
Walls.RightWall(IBaseChart c, Walls w)
           
 
Method Summary
 boolean getVisible()
          Shows/Hides Right Wall.
 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.
 
Methods inherited from class com.steema.teechart.Wall
getApplyDark, getAutoHide, getShouldDark, getSize, prepareGraphics, setApplyDark, setAutoHide, setSize, 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, getWidth, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setChart, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, 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
 

Constructor Detail

Walls.RightWall

public Walls.RightWall(IBaseChart c,
                       Walls w)
Method Detail

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 - IGraphics3D
rect - 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