public final class Entity
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Entity() |
Modifier and Type | Method and Description |
---|---|
static Entity |
create() |
static Entity |
create(String id) |
String |
getId() |
String |
getName() |
PathGraphics |
getPolygon() |
Undocumented |
getProperties() |
Entity |
setAvailability(TimeIntervalCollection availability) |
Entity |
setBillboard(BillboardGraphics billboard) |
Entity |
setLabel(LabelGraphics label) |
Entity |
setPath(PathGraphics path) |
Entity |
setPosition(PositionProperty position) |
Entity |
setVersion(String version) |
public static Entity create()
public String getId()
public Entity setAvailability(TimeIntervalCollection availability)
public Entity setBillboard(BillboardGraphics billboard)
public Entity setLabel(LabelGraphics label)
public Entity setPosition(PositionProperty position)
public Entity setPath(PathGraphics path)
public String getName()
public PathGraphics getPolygon()
public Undocumented getProperties()
Copyright © 2014. All rights reserved.