public static class GL2Primitive.PrimitiveKey
extends java.lang.Object
Constructor and Description |
---|
GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type) |
GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type,
int resolution) |
GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type,
int resolution,
boolean capped) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getResolution() |
GL2Primitive.PrimitiveType |
getType() |
int |
hashCode() |
boolean |
isCapped() |
public GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type)
public GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type, int resolution)
public GL2Primitive.PrimitiveKey(GL2Primitive.PrimitiveType type, int resolution, boolean capped)
public GL2Primitive.PrimitiveType getType()
public int getResolution()
public boolean isCapped()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object