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

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

public class StiEllipseGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush Background
           
 StiBrush BorderBrush
           
 double BorderWidth
           
 StiRectangle Rect
           
 
Constructor Summary
StiEllipseGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth)
           
 
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

Rect

public StiRectangle Rect

Background

public StiBrush Background

BorderBrush

public StiBrush BorderBrush

BorderWidth

public double BorderWidth
Constructor Detail

StiEllipseGaugeGeom

public StiEllipseGaugeGeom(StiRectangle rect,
                           StiBrush background,
                           StiBrush borderBrush,
                           double borderWidth)
Method Detail

getType

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