protected static class PresentationView.Settings extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
animate
If true, animate view when nodes have been moved.
|
int |
animateDelay
Animation time in milliseconds.
|
int |
elementChars
Approximate number of characters ('0' characters) that can fit in the
value display * 10.
|
int |
fScale
Font scale factor.
|
boolean |
showEmbedded
If true, show value nodes embedded in container nodes.
|
boolean |
showReversed
If true, the viewer should be shown reversed.
|
boolean |
showRound
If true, show round nodes.
|
boolean |
showSimple
If true, show with a minimum of clutter.
|
boolean |
showVertical
If true, use vertical orientation.
|
Modifier | Constructor and Description |
---|---|
protected |
Settings() |
Modifier and Type | Method and Description |
---|---|
PresentationView.Settings |
getCopy()
Gets a copy of these settings by calling clone().
|
public boolean showVertical
public boolean showReversed
public boolean showEmbedded
public boolean showSimple
public boolean showRound
public int elementChars
public int fScale
public boolean animate
public int animateDelay
public PresentationView.Settings getCopy()