Class Animations
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.cursortool.Animations
-
public class Animations extends Object
-
-
Constructor Summary
Constructors Constructor Description Animations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
drawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
static void
drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
-
-
-
Method Detail
-
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)
-
-