com.stimulsoft.report.painters.context.map
Class StiBezierMapGeom

java.lang.Object
  extended by com.stimulsoft.report.painters.context.map.StiMapGeom
      extended by com.stimulsoft.report.painters.context.map.StiBezierMapGeom

public class StiBezierMapGeom
extends StiMapGeom

Copyright Stimulsoft


Field Summary
 double X0
           
 double X1
           
 double X2
           
 double X3
           
 double Y0
           
 double Y1
           
 double Y2
           
 double Y3
           
 
Constructor Summary
StiBezierMapGeom()
           
 
Method Summary
 StiMapGeomType getGeomType()
           
 StiPoint getLastPoint()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X0

public double X0

Y0

public double Y0

X1

public double X1

Y1

public double Y1

X2

public double X2

Y2

public double Y2

X3

public double X3

Y3

public double Y3
Constructor Detail

StiBezierMapGeom

public StiBezierMapGeom()
Method Detail

getGeomType

public StiMapGeomType getGeomType()
Specified by:
getGeomType in class StiMapGeom

getLastPoint

public StiPoint getLastPoint()
Overrides:
getLastPoint in class StiMapGeom