public class CFrame extends TFrame
Modifier and Type | Field and Description |
---|---|
double[] |
BandRadius |
boolean |
ExtendInner |
PointDouble[] |
InnerBandPoints |
PointDouble[] |
MiddleBandPoints |
PointDouble[] |
OuterBandPoints |
chart, InternalUse
Constructor and Description |
---|
CFrame() |
CFrame(IBaseChart c,
Color[] gColorPalette) |
CFrame(IBaseChart c,
Color[] gColorPalette,
boolean circle) |
Modifier and Type | Method and Description |
---|---|
void |
draw(IGraphics3D graphics,
Rectangle Rect) |
double[] |
getFrameElementPercents() |
double |
getFrameElementValue(int position) |
PointDouble |
getRectCenter(Rectangle Rect) |
int |
getRotationAngle() |
int |
getTotalAngle() |
void |
setFrameElementPercents(double[] value) |
void |
setRotationAngle(int value) |
void |
setTotalAngle(int value) |
calcWidth, draw, getCircled, getGaugeColorPalette, getInnerBand, getMiddleBand, getOuterBand, getVisible, getWidth, prepareGraphics, setCircled, setGaugeColorPalette, setInnerBand, setMiddleBand, setOuterBand, setVisible, setWidth
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public PointDouble[] InnerBandPoints
public PointDouble[] MiddleBandPoints
public PointDouble[] OuterBandPoints
public double[] BandRadius
public boolean ExtendInner
public CFrame(IBaseChart c, Color[] gColorPalette)
public CFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
public CFrame()
public PointDouble getRectCenter(Rectangle Rect)
public void draw(IGraphics3D graphics, Rectangle Rect)
public double[] getFrameElementPercents()
public double getFrameElementValue(int position)
public void setFrameElementPercents(double[] value)
public int getTotalAngle()
public void setTotalAngle(int value)
public int getRotationAngle()
public void setRotationAngle(int value)