com.stimulsoft.report.painters.context.gauge.geoms
Class StiTextGaugeGeom

java.lang.Object
  extended by com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
      extended by com.stimulsoft.report.painters.context.gauge.geoms.StiTextGaugeGeom

public class StiTextGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiFont Font
           
 StiBrush Foreground
           
 StiRectangle Rect
           
 StringFormat StringFormat
           
 java.lang.String Text
           
 
Constructor Summary
StiTextGaugeGeom(java.lang.String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf)
           
 
Method Summary
 StiGaugeGeomType getType()
           
 
Methods inherited from class com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
getAnimation, setAnimation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Text

public java.lang.String Text

Font

public StiFont Font

Foreground

public StiBrush Foreground

Rect

public StiRectangle Rect

StringFormat

public StringFormat StringFormat
Constructor Detail

StiTextGaugeGeom

public StiTextGaugeGeom(java.lang.String text,
                        StiFont font,
                        StiBrush foreground,
                        StiRectangle rect,
                        StringFormat sf)
Method Detail

getType

public StiGaugeGeomType getType()
Specified by:
getType in class StiGaugeGeom