Class Animations
java.lang.Object
com.vividsolutions.jump.workbench.ui.cursortool.Animations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash) static voiddrawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
-
Constructor Details
-
Animations
public Animations()
-
-
Method Details
-
drawExpandingRing
public static void drawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash) - Parameters:
center- center of the Animation in view coordinatesexpanding- true to expand; false to contractcolor- color of the animationpanel- LayerViewPanel to draw animation todash- null for no dashes
-
drawExpandingRings
public static void drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
-