public interface ILayer extends ICustomPropertyProvider
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
IMap |
getMap() |
java.lang.String |
getName()
Gets the name.
|
java.awt.Point |
getOffset()
Gets both the X and the Y offset of the layer.
|
int |
getOffsetX()
Gets the horizontal offset of the layer.
|
int |
getOffsetY()
Gets the vertical offset of the layer.
|
float |
getOpacity()
Gets the opacity.
|
int |
getOrder() |
RenderType |
getRenderType() |
java.awt.Dimension |
getSizeInTiles()
Gets the size in tiles.
|
int |
getWidth() |
boolean |
isVisible()
Checks if is visible.
|
void |
setHeight(int newWidth) |
void |
setName(java.lang.String name) |
void |
setVisible(boolean visible) |
void |
setWidth(int newWidth) |
getBoolValue, 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.lang.String getName()
float getOpacity()
java.awt.Point getOffset()
Point representing the offsetint getOffsetX()
int getOffsetY()
java.awt.Dimension getSizeInTiles()
int getOrder()
IMap getMap()
boolean isVisible()
void setVisible(boolean visible)
void setName(java.lang.String name)
RenderType getRenderType()
int getWidth()
int getHeight()
void setWidth(int newWidth)
void setHeight(int newWidth)