org.ka2ddo.yaac.gui.osm
Class GuiOsmConstants.CheckedTexturePaint

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

public static class GuiOsmConstants.CheckedTexturePaint
extends java.awt.TexturePaint

A class implementing a TexturePaint where the texture is a checked pattern in two colors.

See Also:
GuiOsmConstants.createCheckedTexture(java.awt.Color, java.awt.Color, int)

Field Summary
 
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
          Returns a hash code value for the object.
 
Methods inherited from class java.awt.TexturePaint
createContext, getAnchorRect, getImage, getTransparency
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.
See Also:
equals(Object)