Class WidthConstraint

  • All Implemented Interfaces:
    java.io.Serializable

    public class WidthConstraint
    extends java.lang.Object
    implements java.io.Serializable
    Represents width of a node.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WidthConstraint​(java.lang.Integer minimum, java.lang.Integer maximum)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getMaximum()  
      java.lang.Integer getMinimum()  
      • Methods inherited from class java.lang.Object

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

      • WidthConstraint

        protected WidthConstraint​(java.lang.Integer minimum,
                                  java.lang.Integer maximum)
    • Method Detail

      • getMinimum

        public java.lang.Integer getMinimum()
      • getMaximum

        public java.lang.Integer getMaximum()