com.yobotics.simulationconstructionset.gui
Class GroundTile
java.lang.Object
com.yobotics.simulationconstructionset.gui.GroundTile
public class GroundTile
- extends java.lang.Object
Constructor Summary |
GroundTile(GroundProfile groundProfile,
javax.media.j3d.Appearance groundAppearance,
int pointsPerSide)
|
GroundTile(int xPos,
int yPos,
GroundProfile groundProfile,
javax.media.j3d.Appearance groundAppearance,
double tileSize,
double resolution)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TILE_SIZE
public static final double DEFAULT_TILE_SIZE
- See Also:
- Constant Field Values
DEFAULT_TILE_RESOLUTION
public static final double DEFAULT_TILE_RESOLUTION
- See Also:
- Constant Field Values
GroundTile
public GroundTile(GroundProfile groundProfile,
javax.media.j3d.Appearance groundAppearance,
int pointsPerSide)
GroundTile
public GroundTile(int xPos,
int yPos,
GroundProfile groundProfile,
javax.media.j3d.Appearance groundAppearance,
double tileSize,
double resolution)
isAtPosition
public boolean isAtPosition(int xPos,
int yPos)
getBranchGroup
public javax.media.j3d.BranchGroup getBranchGroup()
getXPos
public int getXPos()
getYPos
public int getYPos()