public class ImageLocation
extends java.lang.Object
Constructor and Description |
---|
ImageLocation() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDisallowImageFile()
Gets the relative location of the disallow image file.
|
static java.lang.String |
getHexImageFile(HexType hexType)
Gets the relative location for hex images.
|
static java.lang.String |
getNumberImageFile(int num)
Gets the relative path of the number image files.
|
static java.lang.String |
getPortImageFile(int angle)
Gets the port for a specified angle direction.
|
static java.lang.String |
getPortResourceImageFile(PortType portType)
Gets the relative location for port file images.
|
static java.lang.String |
getRobberImageFile()
Gets the relative location of the robber file.
|
public static java.lang.String getHexImageFile(HexType hexType)
hexType
- The type of hex desired.public static java.lang.String getPortImageFile(int angle)
angle
- The desired angle.public static java.lang.String getPortResourceImageFile(PortType portType)
portType
- The type of port desired.public static java.lang.String getNumberImageFile(int num)
num
- The number image file desired (except 7 ... and anything
that can't be roled with two 6 sided dice).public static java.lang.String getRobberImageFile()
public static java.lang.String getDisallowImageFile()