Class MutableLocationProxy


  • public class MutableLocationProxy
    extends AbstractModelObject
    A proxy class that allows bindings to mutate a Location field by field by replacing the bound Location whenever a field is changed.
    • Constructor Detail

      • MutableLocationProxy

        public MutableLocationProxy()
    • Method Detail

      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • getLengthX

        public Length getLengthX()
      • setLengthX

        public void setLengthX​(Length l)
      • getLengthY

        public Length getLengthY()
      • setLengthY

        public void setLengthY​(Length l)
      • getLengthZ

        public Length getLengthZ()
      • setLengthZ

        public void setLengthZ​(Length l)
      • getRotation

        public java.lang.Double getRotation()
      • setRotation

        public void setRotation​(java.lang.Double rotation)