Package org.smallmind.nutsnbolts.layout
Interface ParaboxPlatform
-
public interface ParaboxPlatform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerimetergetFramePerimeter()OrientationgetOrientation()doublegetRelatedGap()doublegetUnrelatedGap()
-
-
-
Method Detail
-
getRelatedGap
double getRelatedGap()
-
getUnrelatedGap
double getUnrelatedGap()
-
getFramePerimeter
Perimeter getFramePerimeter()
-
getOrientation
Orientation getOrientation()
-
-