| Package | Description |
|---|---|
| de.javagl.viewer | |
| de.javagl.viewer.painters |
Generic
Painter implementations that can
serve as building blocks for more complex painters. |
| Modifier and Type | Method and Description |
|---|---|
static MouseControl |
MouseControls.createDefault(Viewer viewer)
Create a default
MouseControl for the given Viewer,
where rotation and non-uniform scaling are allowed. |
static MouseControl |
MouseControls.createDefault(Viewer viewer,
boolean rotationAllowed,
boolean nonUniformScalingAllowed)
Create a default
MouseControl for the given Viewer. |
| Modifier and Type | Method and Description |
|---|---|
static LinkedMouseControls.Handle |
LinkedMouseControls.connect(java.util.Collection<? extends Viewer> viewers)
Connect the given viewer instances
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystemPainter |
CoordinateSystemPainters.createFixed(Viewer viewer)
Create a coordinate system painter for the given viewer, using a
fixed screen layout, with unspecified margins
|
static CoordinateSystemPainter |
CoordinateSystemPainters.createFixed(Viewer viewer,
int left,
int right,
int top,
int bottom)
Create a coordinate system painter for the given viewer, using a
fixed screen layout, with the given margins
|
Copyright © 2019. All Rights Reserved.