-
Method Summary
Gets the transparent color.
boolean
Gets a value indicating whether the image should be rendered repeatedly horizontally.
boolean
Gets a value indicating whether the image should be rendered repeatedly vertically.
Methods inherited from interface de.gurkenlabs.litiengine.environment.tilemap.ICustomPropertyProvider
getBoolValue, getBoolValue, getByteValue, getByteValue, getCharValue, getCharValue, getColorValue, getColorValue, getCommaSeparatedStringValues, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFileValue, getFileValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getMapObjectId, getProperties, getProperty, getShortValue, getShortValue, getStringValue, getStringValue, hasCustomProperty, removeProperty, setProperties, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
Methods inherited from interface de.gurkenlabs.litiengine.environment.tilemap.ILayer
getHeight, getHorizontalParallaxFactor, getId, getMap, getName, getOffset, getOffsetX, getOffsetY, getOpacity, getRenderType, getSizeInTiles, getTintColor, getVerticalParallaxFactor, getWidth, isVisible, setHeight, setName, setOpacity, setRenderType, setTintColor, setVisible, setWidth
-
Method Details
-
getImage
Gets the image.
- Returns:
- the image
-
getTransparentColor
Color getTransparentColor()
Gets the transparent color.
- Returns:
- the transparent color
-
repeatHorizontally
boolean repeatHorizontally()
Gets a value indicating whether the image should be rendered repeatedly horizontally.
- Returns:
- True if the image should be repeated horizontally; Otherwise false.
-
repeatVertically
boolean repeatVertically()
Gets a value indicating whether the image should be rendered repeatedly vertically.
- Returns:
- True if the image should be repeated vertically; Otherwise false.