lt.monarch.chart.chart2D.series
Class SplineStrategy.SplinePolygon
java.lang.Object
lt.monarch.chart.chart2D.series.SplineStrategy.SplinePolygon
- Enclosing class:
- SplineStrategy<ChartProjector extends Projector>
protected static class SplineStrategy.SplinePolygon
extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
polygon
protected Polygon2D polygon
isNull
protected boolean isNull
start
protected double start
end
protected double end
SplineStrategy.SplinePolygon
public SplineStrategy.SplinePolygon(boolean isNull)
setEnd
public void setEnd(double end)
- Parameters:
end - the end to set
setPolygon
public void setPolygon(Polygon2D polygon)
- Parameters:
polygon - the polygon to set
setStart
public void setStart(double start)
- Parameters:
start - the start to set
dispose
public void dispose()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable