public class Animations extends Object
| Constructor and Description |
|---|
Animations() |
| Modifier and Type | Method and 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) |
public static void drawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
expanding - true to expand; false to contractdash - null for no dashespublic static void drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
Copyright © 2015. All rights reserved.