Package 

Class WormholeSwing

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.wormhole.interfaces.Wormhole2D

    
    public class WormholeSwing<P extends Position2D<out P>>
    extends AbstractWormhole2D<P>
                        

    An implementation of [AbstractWormhole2D] for Swing.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.boundary.wormhole.implementation.AbstractWormhole2D

        calculateTransform, center, envPointFromView, getEnvPoint, getEnvRatio, getEnvironment, getHRate, getMode, getNIHorizontalRatio, getNIVerticalRatio, getPosition, getRotation, getVRate, getView, getViewPoint, getViewPosition, getViewRatio, getViewSize, getZoom, isInsideView, optimalZoom, rotateAroundPoint, setEnvPosition, setEnvPositionWithoutMoving, setMode, setPosition, setRotation, setViewPosition, setViewPositionWithoutMoving, setZoom, viewPointFromEnv, zoomOnPoint
      • Methods inherited from class java.lang.Object

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

      • WormholeSwing

        WormholeSwing(Environment<out Object, P> environment, Component component)