Class GlobalState

    • Field Detail

      • Default

        public static GlobalState[] Default
        default states
      • DefaultInitialized

        public static boolean[] DefaultInitialized
        default states initialized
    • Constructor Detail

      • GlobalState

        public GlobalState()
        Default constructor.
    • Method Detail

      • GetStateType

        public abstract GlobalState.StateType GetStateType()
        Return the type of state.
        Returns:
        the type of state.
      • SaveStrings

        public StringTree SaveStrings​(java.lang.String acTitle)
        Write this object into a StringTree for the scene-graph visualization.
        Specified by:
        SaveStrings in interface StreamInterface
        Overrides:
        SaveStrings in class GraphicsObject
        Parameters:
        acTitle - the header for this object in the StringTree.
        Returns:
        StringTree containing a String-based representation of this object and it's children.