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

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

public class StiRoundedRectangleGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush Background
           
 StiBrush BorderBrush
           
 double BorderWidth
           
 int LeftBottom
           
 int LeftTop
           
 StiRectangle Rect
           
 int RightBottom
           
 int RightTop
           
 
Constructor Summary
StiRoundedRectangleGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, int leftTop, int rightTop, int rightBottom, int leftBottom)
           
 
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

LeftTop

public int LeftTop

RightTop

public int RightTop

RightBottom

public int RightBottom

LeftBottom

public int LeftBottom
Constructor Detail

StiRoundedRectangleGaugeGeom

public StiRoundedRectangleGaugeGeom(StiRectangle rect,
                                    StiBrush background,
                                    StiBrush borderBrush,
                                    double borderWidth,
                                    int leftTop,
                                    int rightTop,
                                    int rightBottom,
                                    int leftBottom)
Method Detail

getType

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