com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry
Class StiRadialBarGeometry
java.lang.Object
com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry.StiRadialBarGeometry
- All Implemented Interfaces:
- IStiScaleBarGeometry
public class StiRadialBarGeometry
- extends java.lang.Object
- implements IStiScaleBarGeometry
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRadialBarGeometry
public StiRadialBarGeometry(StiRadialScale scale)
getSize
public StiSize getSize()
- Specified by:
getSize
in interface IStiScaleBarGeometry
getRectGeometry
public StiRectangle getRectGeometry()
- Specified by:
getRectGeometry
in interface IStiScaleBarGeometry
getRadius
public double getRadius()
- Specified by:
getRadius
in interface IStiScaleBarGeometry
getDiameter
public double getDiameter()
- Specified by:
getDiameter
in interface IStiScaleBarGeometry
getCenter
public StiPoint getCenter()
- Specified by:
getCenter
in interface IStiScaleBarGeometry
checkRectGeometry
public void checkRectGeometry(StiRectangle rect)
- Specified by:
checkRectGeometry
in interface IStiScaleBarGeometry
drawScaleGeometry
public void drawScaleGeometry(StiGaugeContextPainter context)
- Specified by:
drawScaleGeometry
in interface IStiScaleBarGeometry
getRestToLenght
public double getRestToLenght()
- Specified by:
getRestToLenght
in interface IStiScaleBarGeometry
drawGeometry
public StiGraphicsPathLinesGaugeGeom drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
- Specified by:
drawGeometry
in interface IStiScaleBarGeometry