com.stimulsoft.report.painters
Class StiGdiGaugeContextPainter

java.lang.Object
  extended by com.stimulsoft.report.painters.StiGaugeContextPainter
      extended by com.stimulsoft.report.painters.StiGdiGaugeContextPainter

public class StiGdiGaugeContextPainter
extends StiGaugeContextPainter

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.painters.StiGaugeContextPainter
gauge, geoms, pageZoom, rect, zoom
 
Constructor Summary
StiGdiGaugeContextPainter(StiGraphics g, StiGauge gauge, StiRectangle rect, double zoom, double pageZoom)
           
 
Method Summary
 StiSize measureString(java.lang.String text, StiFont font)
           
 void render()
           
 
Methods inherited from class com.stimulsoft.report.painters.StiGaugeContextPainter
addEllipseGaugeGeom, addGraphicsArcGeometryGaugeGeom, addGraphicsPathGaugeGeom, addPieGaugeGeom, addPopTranformGaugeGeom, addPushMatrixGaugeGeom, addRadialRangeGaugeGeom, addRectangleGaugeGeom, addRoundedRectangleGaugeGeom, addTextGaugeGeom, changeFontSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGdiGaugeContextPainter

public StiGdiGaugeContextPainter(StiGraphics g,
                                 StiGauge gauge,
                                 StiRectangle rect,
                                 double zoom,
                                 double pageZoom)
Method Detail

measureString

public StiSize measureString(java.lang.String text,
                             StiFont font)
Specified by:
measureString in class StiGaugeContextPainter

render

public void render()
Specified by:
render in class StiGaugeContextPainter