Package org.appliedenergistics.yoga.node
Class CachedMeasurement
java.lang.Object
org.appliedenergistics.yoga.node.CachedMeasurement
Java conversion of CachedMeasurement
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
float
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new CachedMeasurement that is a copy of the specified CachedMeasurement. -
Method Summary
-
Field Details
-
availableWidth
public float availableWidth -
availableHeight
public float availableHeight -
widthSizingMode
-
heightSizingMode
-
computedWidth
public float computedWidth -
computedHeight
public float computedHeight
-
-
Constructor Details
-
CachedMeasurement
public CachedMeasurement() -
CachedMeasurement
Creates a new CachedMeasurement that is a copy of the specified CachedMeasurement.- Parameters:
other
- The CachedMeasurement to copy
-
-
Method Details