public static class SeaOfGates.SeaOfGatesTrack
extends java.lang.Object
implements java.lang.Comparable
Constructor and Description |
---|
SeaOfGates.SeaOfGatesTrack(double v,
int c) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Compares this SeaOfGatesTrack with the specified object for order.
|
double |
getCoordinate() |
int |
getMaskNum() |
static int |
getSpecificMaskNumber(java.lang.String layerName) |
public double getCoordinate()
public int getMaskNum()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- the Object to be compared.java.lang.ClassCastException
- if the specified object's type prevents it
from being compared to this Object.public static int getSpecificMaskNumber(java.lang.String layerName)