Class StaticObjectAnimation

    • Constructor Detail

      • StaticObjectAnimation

        public StaticObjectAnimation​(StaticObject source,
                                     SimulatorInterface.TimeDoubleUnit simulator,
                                     float width,
                                     Color color,
                                     boolean fill)
                              throws NamingException,
                                     RemoteException
        Parameters:
        source - StaticObject; Static Object
        simulator - SimulatorInterface.TimeDoubleUnit; simulator
        width - float; width of the contour line to draw
        color - Color; color of the contour line / fill
        fill - boolean; fill internal or not
        Throws:
        NamingException - for problems with registering in context
        RemoteException - on communication failure
    • Method Detail

      • getWidth

        public final float getWidth()
        Returns:
        width
      • setWidth

        public final void setWidth​(float width)
        Parameters:
        width - float; set width
      • getColor

        public final Color getColor()
        Returns:
        color
      • setColor

        public final void setColor​(Color color)
        Parameters:
        color - Color; set color
      • isFill

        public final boolean isFill()
        Returns:
        fill
      • setFill

        public final void setFill​(boolean fill)
        Parameters:
        fill - boolean; set fill