-
Method Summary
Methods inherited from interface de.gurkenlabs.litiengine.environment.tilemap.ICustomPropertyProvider
getBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getCommaSeparatedStringValues, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFileValue, getFileValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getProperties, getProperty, getShortValue, getShortValue, getStringValue, getStringValue, getTypeOfProperty, hasCustomProperty, removeProperty, setProperties, setTypeOfProperty, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
-
Method Details
java.lang.String getName()
Gets the name.
- Returns:
- the name
float getOpacity()
Gets the opacity.
- Returns:
- the opacity
java.awt.Point getOffset()
Gets both the X and the Y offset of the layer.
- Returns:
- a
Point
representing the offset
int getOffsetX()
Gets the horizontal offset of the layer.
- Returns:
- the x offset
int getOffsetY()
Gets the vertical offset of the layer.
- Returns:
- the y offset
java.awt.Dimension getSizeInTiles()
Gets the size in tiles.
- Returns:
- the size in tiles
boolean isVisible()
Checks if is visible.
- Returns:
- true, if is visible
void setVisible(boolean visible)
void setName(java.lang.String name)
void setWidth(int newWidth)
void setHeight(int newWidth)
void setOpacity(float opacity)