public static class GL2Primitive.PrimitiveKey
extends java.lang.Object
Constructor and Description |
---|
PrimitiveKey(GL2Primitive.PrimitiveType type) |
PrimitiveKey(GL2Primitive.PrimitiveType type,
int resolution) |
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 PrimitiveKey(GL2Primitive.PrimitiveType type)
public PrimitiveKey(GL2Primitive.PrimitiveType type, int resolution)
public 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