public class Walls.LeftWall extends Wall
Title: LeftWall class
Description: Wall Panel at left of Chart
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
bApplyDark, iSize
bBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visible
chart, InternalUse
Constructor and Description |
---|
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, shouldDraw
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
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public LeftWall(IBaseChart c, Walls w)
public void paint(IGraphics3D g, Rectangle rect)
public Color getColor()