Class GuiOsmConstants.CheckedTexturePaint

java.lang.Object
java.awt.TexturePaint
org.ka2ddo.yaac.gui.osm.GuiOsmConstants.CheckedTexturePaint
All Implemented Interfaces:
Paint, Transparency
Enclosing class:
GuiOsmConstants

public static class GuiOsmConstants.CheckedTexturePaint extends TexturePaint
A class implementing a TexturePaint where the texture is a checked pattern in two colors.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Details

    • equals

      public boolean equals(Object obj)
      Test if this specified Object is "equal to" this one.
      Overrides:
      equals in class Object
      Parameters:
      obj - Object to compare
      Returns:
      boolean true if objects are equal
    • hashCode

      public int hashCode()
      Returns a hash code value for the object.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object.
      See Also: