com.steema.teechart.styles
Class TFrame

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.TFrame
Direct Known Subclasses:
CFrame

public class TFrame
extends TeeBase


Field Summary
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
TFrame()
           
TFrame(IBaseChart c, Color[] gColorPalette)
           
TFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
 
Method Summary
 int calcWidth(Rectangle rect)
           
 void draw(IGraphics3D graphics, Rectangle rect)
           
 void draw(Rectangle rect)
           
 boolean getCircled()
           
 Color[] getGaugeColorPalette()
           
 ChartBrush getInnerBand()
           
 ChartBrush getMiddleBand()
           
 ChartBrush getOuterBand()
           
 boolean getVisible()
           
 int getWidth()
           
 IGraphics3D prepareGraphics(IGraphics3D g, ChartBrush brush)
           
 void setCircled(boolean value)
           
 void setGaugeColorPalette(Color[] value)
           
 void setInnerBand(ChartBrush value)
           
 void setMiddleBand(ChartBrush value)
           
 void setOuterBand(ChartBrush value)
           
 void setVisible(boolean value)
           
 void setWidth(int value)
           
 
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
 

Constructor Detail

TFrame

public TFrame(IBaseChart c,
              Color[] gColorPalette)

TFrame

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

TFrame

public TFrame()
Method Detail

prepareGraphics

public IGraphics3D prepareGraphics(IGraphics3D g,
                                   ChartBrush brush)

draw

public void draw(Rectangle rect)

draw

public void draw(IGraphics3D graphics,
                 Rectangle rect)

calcWidth

public int calcWidth(Rectangle rect)

getGaugeColorPalette

public Color[] getGaugeColorPalette()

setGaugeColorPalette

public void setGaugeColorPalette(Color[] value)

getVisible

public boolean getVisible()

setVisible

public void setVisible(boolean value)

getWidth

public int getWidth()

setWidth

public void setWidth(int value)

getCircled

public boolean getCircled()

setCircled

public void setCircled(boolean value)

getOuterBand

public ChartBrush getOuterBand()

setOuterBand

public void setOuterBand(ChartBrush value)

getMiddleBand

public ChartBrush getMiddleBand()

setMiddleBand

public void setMiddleBand(ChartBrush value)

getInnerBand

public ChartBrush getInnerBand()

setInnerBand

public void setInnerBand(ChartBrush value)