Class BoundsImpl

    • Field Detail

      • xAttribute

        protected static Attribute<java.lang.Double> xAttribute
      • yAttribute

        protected static Attribute<java.lang.Double> yAttribute
      • widthAttribute

        protected static Attribute<java.lang.Double> widthAttribute
      • heightAttribute

        protected static Attribute<java.lang.Double> heightAttribute
    • Method Detail

      • registerType

        public static void registerType​(ModelBuilder modelBuilder)
      • getX

        public java.lang.Double getX()
        Specified by:
        getX in interface Bounds
      • setX

        public void setX​(double x)
        Specified by:
        setX in interface Bounds
      • getY

        public java.lang.Double getY()
        Specified by:
        getY in interface Bounds
      • setY

        public void setY​(double y)
        Specified by:
        setY in interface Bounds
      • getWidth

        public java.lang.Double getWidth()
        Specified by:
        getWidth in interface Bounds
      • setWidth

        public void setWidth​(double width)
        Specified by:
        setWidth in interface Bounds
      • getHeight

        public java.lang.Double getHeight()
        Specified by:
        getHeight in interface Bounds
      • setHeight

        public void setHeight​(double height)
        Specified by:
        setHeight in interface Bounds