| Package | Description |
|---|---|
| de.javagl.viewer.painters |
Generic
Painter implementations that can
serve as building blocks for more complex painters. |
| 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.