public final class Location
extends java.lang.Object
Constructor and Description |
---|
Location(int chapter,
int page) |
Location(int chapter,
int page,
float x,
float y) |
Location(Location location,
float x,
float y) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
public final int chapter
public final int page
public final float x
public final float y
public Location(int chapter, int page)
public Location(int chapter, int page, float x, float y)
public Location(Location location, float x, float y)