| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.graphics3d |
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
|
| com.orsoncharts.util |
General and utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Offset2D |
Chart3D.getTranslate2D()
Sets the offset in 2D-space for the rendering of the chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart3D.setTranslate2D(Offset2D offset)
Sets the offset in 2D-space for the rendering of the chart and sends a
change event to all registered listeners.
|
| Modifier and Type | Field and Description |
|---|---|
static Offset2D |
Offset2D.ZERO_OFFSET
Zero offset.
|
| Modifier and Type | Method and Description |
|---|---|
Offset2D |
Drawable3D.getTranslate2D()
Returns the 2D offset for the scene.
|
Offset2D |
DefaultDrawable3D.getTranslate2D() |
| Modifier and Type | Method and Description |
|---|---|
void |
Drawable3D.setTranslate2D(Offset2D offset)
Sets the translation offset.
|
void |
DefaultDrawable3D.setTranslate2D(Offset2D offset) |
| Modifier and Type | Method and Description |
|---|---|
Offset2D |
Anchor2D.getOffset()
Returns the offsets.
|
| Constructor and Description |
|---|
Anchor2D(RefPt2D refPt,
Offset2D offset)
Creates a new anchor.
|