Class Fixed

  • All Implemented Interfaces:
    java.io.Serializable

    public class Fixed
    extends java.lang.Object
    implements java.io.Serializable
    Options for fixing node position while physics simulation.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Fixed.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Fixed​(java.lang.Boolean x, java.lang.Boolean y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getX()  
      java.lang.Boolean getY()  
      • Methods inherited from class java.lang.Object

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

      • Fixed

        protected Fixed​(java.lang.Boolean x,
                        java.lang.Boolean y)
    • Method Detail

      • getX

        public java.lang.Boolean getX()
      • getY

        public java.lang.Boolean getY()