public final class LabelCollection extends Primitive
Primitive.Options
Modifier | Constructor and Description |
---|---|
protected |
LabelCollection() |
Modifier and Type | Method and Description |
---|---|
Label |
add(Label label) |
boolean |
contains(Label label) |
static LabelCollection |
create() |
Label |
get(int index) |
int |
getLength() |
boolean |
remove(Label label) |
void |
removeAll() |
create, getGeometryInstances
public static final LabelCollection create()
public final boolean contains(Label label)
public final Label get(int index)
public final boolean remove(Label label)
public final void removeAll()
public final int getLength()
Copyright © 2014. All rights reserved.