Class Polygon.Loop
- java.lang.Object
-
- com.metsci.glimpse.core.support.polygon.Polygon.Loop
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPolygon.Loop.LoopBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]get(int i)Polygon.InteriorgetSide()intsize()static Polygon.Loop.LoopBuilderstart()
-
-
-
Method Detail
-
start
public static Polygon.Loop.LoopBuilder start()
-
size
public final int size()
-
getSide
public Polygon.Interior getSide()
-
get
public final double[] get(int i)
-
-