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
bApplyDark, iSizebBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visiblechart, InternalUse| Constructor and Description |
|---|
Walls.LeftWall(IBaseChart c,
Walls w) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
The color used to fill the LeftWall background.
Default value: LIGHT_YELLOW |
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.
Default value: LIGHT_YELLOW |
getApplyDark, getAutoHide, getShouldDark, getSize, prepareGraphics, setApplyDark, setAutoHide, setSize, shouldDrawassign, 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, setWidthgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic Walls.LeftWall(IBaseChart c, Walls w)
public void paint(IGraphics3D g, Rectangle rect)
public Color getColor()