public class TerrainAlignedContent extends Content
Content.ChangeEventType, Content.ContentChangedEvent, Content.ContentChangedListener
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_CONTENT_SIZE |
static double |
DEFAULT_VERTICAL_OFFSET |
Constructor and Description |
---|
TerrainAlignedContent() |
Modifier and Type | Method and Description |
---|---|
void |
alignContent() |
void |
contentChanged() |
double |
getContentSize() |
PluginInfo |
getPluginInfo() |
double |
getVerticalOffset() |
void |
install(Controller c) |
void |
restoreStates(Controller c) |
void |
setContent(SceneGraphNode node) |
void |
setContentSize(double contentSize) |
void |
setVerticalOffset(double verticalOffset) |
void |
storeStates(Controller c) |
void |
uninstall(Controller c) |
addContentChangedListener, addContentTool, fireContentChanged, fireContentChanged, removeContentChangedListener, removeContentTool
public static final double DEFAULT_CONTENT_SIZE
public static final double DEFAULT_VERTICAL_OFFSET
public void alignContent()
public void install(Controller c) throws Exception
public void contentChanged()
public void setContent(SceneGraphNode node)
setContent
in class Content
public double getContentSize()
public void setContentSize(double contentSize)
public double getVerticalOffset()
public void setVerticalOffset(double verticalOffset)
public PluginInfo getPluginInfo()