Class ContinuousSpace2D

    • Field Detail

      • DEFAULT_NAME

        public static final java.lang.String DEFAULT_NAME
        The default ID for this space
    • Constructor Detail

      • ContinuousSpace2D

        public ContinuousSpace2D()
        Creates a new ContinuousSpace2D with the default name.
      • ContinuousSpace2D

        public ContinuousSpace2D​(IVector2 areasize)
        Creates a new ContinuousSpace2D with the default name.
        Parameters:
        spaceexecutor - executor for the space
        actionexecutor - executor for component actions
        areasize - the size of the 2D area
      • ContinuousSpace2D

        public ContinuousSpace2D​(java.lang.Object name,
                                 IVector2 areasize)
        Creates a new ContinuousSpace2D with a special ID.
        Parameters:
        name - the name of this space
        areasize - the size of the 2D area
        actionexecutor - executor for component actions