Class FlexValue


  • public class FlexValue
    extends BreadthValue
    Represents flexible template value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      FlexValue​(float value)
      Create new flexible value instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getFlex()
      Gets fraction value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected float value
    • Constructor Detail

      • FlexValue

        public FlexValue​(float value)
        Create new flexible value instance.
        Parameters:
        value - fraction value
    • Method Detail

      • getFlex

        public float getFlex()
        Gets fraction value.
        Returns:
        fraction value