Package com.openinventor.meshviz.graph
Class PoAxis.MarginAttributes
- java.lang.Object
-
- com.openinventor.meshviz.graph.PoAxis.MarginAttributes
-
- Enclosing class:
- PoAxis
public static class PoAxis.MarginAttributes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description float
end
float
start
PoAxis.MarginTypes
type
-
Constructor Summary
Constructors Constructor Description MarginAttributes()
-
-
-
Field Detail
-
type
public PoAxis.MarginTypes type
-
start
public float start
-
end
public float end
-
-