Package 

Enum ScaleMode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ScaleMode
    extends Enum<ScaleMode>
                        

    Used to define the scaling behaviour of a Scene.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NO_SCALE

      Disables automatic rescaling.

      ONLY_SHRINK

      Scaling only shrinks Scene when window gets to small.

      FULL

      Fully automatic scaling to window size.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait