Class Animations


  • public class Animations
    extends Object
    • Constructor Detail

      • Animations

        public Animations()
    • 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 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)