public class CenteredAndScaledContent extends Content implements ChangeListener, TransformationListener
Content.ChangeEventType, Content.ContentChangedEvent, Content.ContentChangedListener
Constructor and Description |
---|
CenteredAndScaledContent() |
Modifier and Type | Method and Description |
---|---|
PluginInfo |
getPluginInfo() |
double |
getSize() |
void |
install(Controller c) |
void |
restoreStates(Controller c) |
void |
setContent(SceneGraphNode node) |
void |
stateChanged(ChangeEvent e) |
void |
storeStates(Controller c) |
void |
transformationMatrixChanged(TransformationEvent ev) |
void |
uninstall(Controller c) |
addContentChangedListener, addContentTool, fireContentChanged, fireContentChanged, removeContentChangedListener, removeContentTool
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void transformationMatrixChanged(TransformationEvent ev)
transformationMatrixChanged
in interface TransformationListener
public void setContent(SceneGraphNode node)
setContent
in class Content
public double getSize()
public PluginInfo getPluginInfo()
public void install(Controller c) throws Exception