public class ImmutablePoint extends ImmutableNode
HEADER_NUM_BYTES| Constructor and Description |
|---|
ImmutablePoint(ImmutableNode node) |
ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
getChildren() |
float[] |
getCoords() |
getBitmapFactory, getData, getImmutableBitmap, getInitialOffset, getMaxCoordinates, getMinCoordinates, getNumChildren, getNumDims, getOffsetFromInitial, isLeafpublic ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory)
public ImmutablePoint(ImmutableNode node)
public float[] getCoords()
public Iterable<ImmutableNode> getChildren()
getChildren in class ImmutableNodeCopyright © 2011–2017. All rights reserved.