com.steema.teechart
Class Walls.LeftWall

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.LeftWall
Enclosing class:
Walls

public class Walls.LeftWall
extends Wall

Title: LeftWall class

Description: Wall Panel at left 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.LeftWall(IBaseChart c, Walls w)
           
 
Method Summary
 Color getColor()
          The color used to fill the LeftWall background.
 void paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a left wall at rectangle r.
 void setColor(Color value)
          Specifies the color used to fill the LeftWall background.
 
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, getGradient, getHeight, getImage, getImageBevel, getImageMode, getImageTransparent, getLeft, getPen, getRight, getShadow, getShapeBounds, getTop, getTransparency, getTransparent, getVisible, getWidth, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setChart, 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
 

Constructor Detail

Walls.LeftWall

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

paint

public void paint(IGraphics3D g,
                  Rectangle rect)
Use this method to paint a left wall at rectangle r.

Overrides:
paint in class Shape
Parameters:
g - IGraphics3D
rect - Rectangle

getColor

public Color getColor()
The color used to fill the LeftWall background.
Default value: LIGHT_YELLOW

Overrides:
getColor in class Shape
Returns:
Color

setColor

public void setColor(Color value)
Specifies the color used to fill the LeftWall background.
Default value: LIGHT_YELLOW

Overrides:
setColor in class Shape
Parameters:
value - Color