com.steema.teechart
Class Wall

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.Shape
          extended by com.steema.teechart.Wall
Direct Known Subclasses:
Walls.BackWall, Walls.BottomWall, Walls.LeftWall, Walls.RightWall

public class Wall
extends Shape

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

iSize

protected int iSize

bApplyDark

protected boolean bApplyDark
Constructor Detail

Wall

public Wall(IBaseChart c)
Method Detail

getShouldDark

protected boolean getShouldDark()

getApplyDark

public boolean getApplyDark()
Applies a darker shade to 3D Chart Walls when true.
Default value: true

Returns:
boolean

setApplyDark

public void setApplyDark(boolean value)
Applies a darker shade to 3D Chart Walls when true.
Default value: true

Parameters:
value - boolean

getSize

public int getSize()
The Chart Wall thickness.
Default value: 0

Returns:
int

setSize

public void setSize(int value)
Sets the Chart Wall thickness.
Default value: 0

Parameters:
value - int

prepareGraphics

protected void prepareGraphics(IGraphics3D g)

shouldDraw

protected boolean shouldDraw()

setAutoHide

public void setAutoHide(boolean value)

getAutoHide

public boolean getAutoHide()