com.steema.teechart.styles
Class CFrame

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.TFrame
          extended by com.steema.teechart.styles.CFrame

public class CFrame
extends TFrame

Author:
Administrator

Field Summary
 double[] BandRadius
           
 boolean ExtendInner
           
 PointDouble[] InnerBandPoints
           
 PointDouble[] MiddleBandPoints
           
 PointDouble[] OuterBandPoints
           
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
CFrame()
           
CFrame(IBaseChart c, Color[] gColorPalette)
           
CFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
 
Method Summary
 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)
           
 
Methods inherited from class com.steema.teechart.styles.TFrame
calcWidth, draw, getCircled, getGaugeColorPalette, getInnerBand, getMiddleBand, getOuterBand, getVisible, getWidth, prepareGraphics, setCircled, setGaugeColorPalette, setInnerBand, setMiddleBand, setOuterBand, setVisible, setWidth
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InnerBandPoints

public PointDouble[] InnerBandPoints

MiddleBandPoints

public PointDouble[] MiddleBandPoints

OuterBandPoints

public PointDouble[] OuterBandPoints

BandRadius

public double[] BandRadius

ExtendInner

public boolean ExtendInner
Constructor Detail

CFrame

public CFrame(IBaseChart c,
              Color[] gColorPalette)

CFrame

public CFrame(IBaseChart c,
              Color[] gColorPalette,
              boolean circle)

CFrame

public CFrame()
Method Detail

getRectCenter

public PointDouble getRectCenter(Rectangle Rect)

draw

public void draw(IGraphics3D graphics,
                 Rectangle Rect)
Overrides:
draw in class TFrame

getFrameElementPercents

public double[] getFrameElementPercents()

getFrameElementValue

public double getFrameElementValue(int position)

setFrameElementPercents

public void setFrameElementPercents(double[] value)

getTotalAngle

public int getTotalAngle()

setTotalAngle

public void setTotalAngle(int value)

getRotationAngle

public int getRotationAngle()

setRotationAngle

public void setRotationAngle(int value)