public class ElementFaceOptions
extends java.lang.Object
Constructor and Description |
---|
ElementFaceOptions() |
Modifier and Type | Method and Description |
---|---|
ElementFaceEntry |
getDown() |
ElementFaceEntry |
getEast() |
ElementFaceEntry |
getNorth() |
ElementFaceEntry |
getSouth() |
ElementFaceEntry |
getUp() |
ElementFaceEntry |
getWest() |
void |
setDown(ElementFaceEntry down) |
void |
setEast(ElementFaceEntry east) |
void |
setNorth(ElementFaceEntry north) |
void |
setSouth(ElementFaceEntry south) |
void |
setUp(ElementFaceEntry up) |
void |
setWest(ElementFaceEntry west) |
public ElementFaceEntry getDown()
public void setDown(ElementFaceEntry down)
public ElementFaceEntry getUp()
public void setUp(ElementFaceEntry up)
public ElementFaceEntry getNorth()
public void setNorth(ElementFaceEntry north)
public ElementFaceEntry getSouth()
public void setSouth(ElementFaceEntry south)
public ElementFaceEntry getWest()
public void setWest(ElementFaceEntry west)
public ElementFaceEntry getEast()
public void setEast(ElementFaceEntry east)