Class CachedMeasurement

java.lang.Object
org.appliedenergistics.yoga.node.CachedMeasurement

public class CachedMeasurement extends Object
Java conversion of CachedMeasurement
  • Field Details

    • availableWidth

      public float availableWidth
    • availableHeight

      public float availableHeight
    • widthSizingMode

      public SizingMode widthSizingMode
    • heightSizingMode

      public SizingMode heightSizingMode
    • computedWidth

      public float computedWidth
    • computedHeight

      public float computedHeight
  • Constructor Details

    • CachedMeasurement

      public CachedMeasurement()
    • CachedMeasurement

      public CachedMeasurement(CachedMeasurement other)
      Creates a new CachedMeasurement that is a copy of the specified CachedMeasurement.
      Parameters:
      other - The CachedMeasurement to copy
  • Method Details