Class Animations

java.lang.Object
com.vividsolutions.jump.workbench.ui.cursortool.Animations

public class Animations extends Object
  • 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 coordinates
      expanding - true to expand; false to contract
      color - color of the animation
      panel - LayerViewPanel to draw animation to
      dash - null for no dashes
    • drawExpandingRings

      public static void drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)