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

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

public class StiRectangleGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush Background
           
 StiBrush BorderBrush
           
 double BorderWidth
           
 StiRectangle Rect
           
 
Constructor Summary
StiRectangleGaugeGeom(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

StiRectangleGaugeGeom

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

getType

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