public interface IMapObjectLayer extends ILayer
| Modifier and Type | Method and Description |
|---|---|
void |
addMapObject(IMapObject mapObject) |
java.awt.Color |
getColor() |
java.lang.String |
getColorHexString() |
java.util.List<IMapObject> |
getMapObjects()
Gets the shapes.
|
java.util.Collection<IMapObject> |
getMapObjects(java.lang.String... type) |
void |
removeMapObject(IMapObject mapObject) |
void |
setColor(java.lang.String colorHexString) |
getHeight, getMap, getName, getOffset, getOffsetX, getOffsetY, getOpacity, getOrder, getRenderType, getSizeInTiles, getWidth, isVisible, setHeight, setName, setVisible, setWidthgetBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getProperties, getShortValue, getShortValue, getStringValue, getStringValue, hasCustomProperty, setProperties, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValuejava.util.List<IMapObject> getMapObjects()
void addMapObject(IMapObject mapObject)
void removeMapObject(IMapObject mapObject)
java.awt.Color getColor()
java.lang.String getColorHexString()
void setColor(java.lang.String colorHexString)
java.util.Collection<IMapObject> getMapObjects(java.lang.String... type)