Class PointColorChange

  • All Implemented Interfaces:
    java.io.Serializable

    public class PointColorChange
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PointColorChange​(int color, int oldColor, boolean causedBySwirl)  
    • Constructor Detail

      • PointColorChange

        public PointColorChange​(int color,
                                int oldColor,
                                boolean causedBySwirl)
    • Method Detail

      • getColor

        public int getColor()
        Returns:
        the color
      • getOldColor

        public int getOldColor()
        Returns:
        the oldColor
      • isCausedBySwirl

        public boolean isCausedBySwirl()
        Returns:
        the causedBySwirl