Class GeneralPath
- java.lang.Object
-
- de.gsi.chart.renderer.spi.marchingsquares.GeneralPath
-
public class GeneralPath extends java.lang.Object- Author:
- rstein
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginPath()voidclosePath()intdraw(javafx.scene.canvas.GraphicsContext gc)voidlineTo(float x, float y)voidmoveTo(float x, float y)intsize()
-