Package net.sf.freecol.tools
Class ForestMaker.ImageLocation
- java.lang.Object
-
- net.sf.freecol.tools.ForestMaker.ImageLocation
-
- All Implemented Interfaces:
java.lang.Comparable<ForestMaker.ImageLocation>
- Enclosing class:
- ForestMaker
private static class ForestMaker.ImageLocation extends java.lang.Object implements java.lang.Comparable<ForestMaker.ImageLocation>
-
-
Constructor Summary
Constructors Constructor Description ImageLocation(java.awt.image.BufferedImage image, int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ForestMaker.ImageLocation other)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(ForestMaker.ImageLocation other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ForestMaker.ImageLocation>
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-