Skip navigation links
A B C D G I L M N O P R S T V Z 

A

addPainter(Painter) - Method in class de.javagl.viewer.Viewer
Add the given Painter, which will perform painting operations in the Viewer.paintComponent(Graphics) method.
addPainter(Painter, int) - Method in class de.javagl.viewer.Viewer
Add the given Painter, which will perform painting operations in the Viewer.paintComponent(Graphics) method, on the specified layer.
altDown() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the ALT button was pressed
altGraphDown() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the ALT_GRAPH button was pressed
alwaysFalse() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that is always false
alwaysTrue() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that is always true

B

buttonDown(int) - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the respective mouse button was pressed

C

compose(Painter...) - Static method in class de.javagl.viewer.Painters
Returns a new painter that is the composition of the given painters.
computeLabelBounds(AffineTransform, String) - Method in class de.javagl.viewer.painters.LabelPainter
Compute the bounds of the label when it is painted with this painter
computeStringBounds(String, Font) - Static method in class de.javagl.viewer.painters.StringBoundsUtils
Compute the bounds of the given string when rendered with the given font into a default graphics object that uses fractional metrics.
computeStringBounds(String, Font, Rectangle2D) - Static method in class de.javagl.viewer.painters.StringBoundsUtils
Compute the bounds of the given string when rendered with the given font into a default graphics object that uses fractional metrics.
connect(Collection<? extends Viewer>) - Static method in class de.javagl.viewer.LinkedMouseControls
Connect the given viewer instances
controlDown() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the CONTROL button was pressed
CoordinateSystemPainter - Class in de.javagl.viewer.painters
Implementation of the Painter interface that paints a coordinate system, consisting of a grid and labeled coordinate axes.
CoordinateSystemPainter() - Constructor for class de.javagl.viewer.painters.CoordinateSystemPainter
Creates a new default coordinate system painter
CoordinateSystemPainters - Class in de.javagl.viewer.painters
Methods related to CoordinateSystemPainter instances
create(ObjectPainter<T>, T) - Static method in class de.javagl.viewer.Painters
Creates a new Painter that only paints the given object with the given ObjectPainter
create() - Static method in class de.javagl.viewer.painters.LabelPainterPredicates
Returns a new GeneralLabelPainterPredicate that allows setting the painting conditions for the labels based on the size of the label in world- and screen coordinates.
createDateLabelFormatter(OffsetDateTime, Duration) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Calls CoordinateSystemPainters.createDateLabelFormatter(OffsetDateTime, Duration, DateTimeFormatter) with a predefined (but unspecified) pattern for the formatter, containing only the date
createDateLabelFormatter(OffsetDateTime, Duration, String) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Calls CoordinateSystemPainters.createDateLabelFormatter(OffsetDateTime, Duration, DateTimeFormatter) with a a formatter that was created from the given pattern
createDateLabelFormatter(OffsetDateTime, Duration, DateTimeFormatter) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Create a function that converts a double value x into a date string, by computing zero + x * unit and formatting the resulting date with the given formatter.
createDateTimeLabelFormatter(OffsetDateTime, Duration) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Calls CoordinateSystemPainters.createDateLabelFormatter(OffsetDateTime, Duration, DateTimeFormatter) with a predefined (but unspecified) pattern for the formatter, containing the date and the time
createDefault(Viewer) - Static method in class de.javagl.viewer.MouseControls
Create a default MouseControl for the given Viewer, where rotation and non-uniform scaling are allowed.
createDefault(Viewer, boolean, boolean) - Static method in class de.javagl.viewer.MouseControls
Create a default MouseControl for the given Viewer.
createFixed(Viewer) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Create a coordinate system painter for the given viewer, using a fixed screen layout, with unspecified margins
createFixed(Viewer, int, int, int, int) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Create a coordinate system painter for the given viewer, using a fixed screen layout, with the given margins
createFlippedVertically(Painter) - Static method in class de.javagl.viewer.Painters
Create a Painter that calls the given delegate with a world-to-screen transform that causes the contents to be flipped vertically
createNormalized(Painter, Rectangle2D) - Static method in class de.javagl.viewer.Painters
Create a Painter that calls the given delegate with a world-to-screen transform that causes the specified rectangle to fill the unit square.
createNormalized(Painter, double, double, double, double) - Static method in class de.javagl.viewer.Painters
Create a Painter that calls the given delegate with a world-to-screen transform that causes the specified rectangle to fill the unit square.
createTimeLabelFormatter(OffsetDateTime, Duration) - Static method in class de.javagl.viewer.painters.CoordinateSystemPainters
Calls CoordinateSystemPainters.createDateLabelFormatter(OffsetDateTime, Duration, DateTimeFormatter) with a predefined (but unspecified) pattern for the formatter, containing only the time
createTransformed(Painter, AffineTransform) - Static method in class de.javagl.viewer.Painters
Create a Painter that calls the given delegate with a world-to-screen transform that was concatenated with the given transform

D

de.javagl.viewer - package de.javagl.viewer
A generic viewer, like a JPanel that allows rotating, panning and zooming the view The Viewer is a JPanel that manages the interaction of rotation, panning and zooming, and delegates the work of painting to implementations of the Painter interface.
de.javagl.viewer.painters - package de.javagl.viewer.painters
Generic Painter implementations that can serve as building blocks for more complex painters.
disconnect() - Method in class de.javagl.viewer.LinkedMouseControls.Handle
Disconnect the viewers that have been connected by the call to LinkedMouseControls.connect(Collection) that created this handle.

G

GeneralLabelPainterPredicate - Class in de.javagl.viewer.painters
General implementation of a predicate that may be assigned to a LabelPainter in order to determine whether a label should be painted.
GeneralLabelPainterPredicate() - Constructor for class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Default constructor.
getAngle() - Method in class de.javagl.viewer.painters.LabelPainter
Returns the angle (in radians) about that the label will be rotated around its anchor point.
getFont() - Method in class de.javagl.viewer.painters.LabelPainter
Returns the font that is used for the label.
getLabel() - Method in class de.javagl.viewer.painters.LabelPainter.LabelPaintState
Returns the label that is about to be painted
getLabelAnchor() - Method in class de.javagl.viewer.painters.LabelPainter
Returns a new point that describes the current anchor position of the label.
getLabelBounds() - Method in class de.javagl.viewer.painters.LabelPainter.LabelPaintState
Returns a reference to the bounds of the label that is about to be painted.
getLabelLocation() - Method in class de.javagl.viewer.painters.LabelPainter
Returns a new point that describes the location of the label.
getLabelPainterX() - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Returns the LabelPainter that is used for painting the labels along the x-axis
getLabelPainterY() - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Returns the LabelPainter that is used for painting the labels along the y-axis
getLabelTransform() - Method in class de.javagl.viewer.painters.LabelPainter.LabelPaintState
Returns a reference to the affine transform that will be applied to the graphics context before the label is painted at the origin.
getMaximumScreenHeight() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the maximum height that the label may have, in screen coordinates
getMaximumScreenWidth() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the maximum width that the label may have, in screen coordinates
getMaximumWorldHeight() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the maximum height that the label may have, in world coordinates
getMaximumWorldWidth() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the maximum width that the label may have, in world coordinates
getMinimumScreenHeight() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the minimum height that the label may have, in screen coordinates
getMinimumScreenWidth() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the minimum width that the label may have, in screen coordinates
getMinimumWorldHeight() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the minimum height that the label may have, in world coordinates
getMinimumWorldWidth() - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Return the minimum width that the label may have, in world coordinates
getObject() - Method in class de.javagl.viewer.SimpleObjectPainter
Returns the object that should be painted.
getPaint() - Method in class de.javagl.viewer.painters.LabelPainter
Returns the paint that is used for the label.
getScreenToWorld() - Method in class de.javagl.viewer.Viewer
Returns a copy of the screen-to-world transform
getWorldToScreen() - Method in class de.javagl.viewer.Viewer
Returns a copy of the current world-to-screen transform
getWorldToScreenTransform() - Method in class de.javagl.viewer.painters.LabelPainter.LabelPaintState
Returns a reference to an affine transform that is equal to the transform that was passed to the painting method of the LabelPainter

I

ImagePainter - Class in de.javagl.viewer.painters
An ObjectPainter that paints an image, filling the unit square.
ImagePainter() - Constructor for class de.javagl.viewer.painters.ImagePainter
 
InputEventPredicates - Class in de.javagl.viewer
Predicates for input events.
isAntialiasing() - Method in class de.javagl.viewer.Viewer
Return whether the antialiasing rendering hint is enabled by default
isFlippedVertically() - Method in class de.javagl.viewer.Viewer
Set whether the y-axis is flipped to point from the bottom of the screen to the top
isMaintainAspectRatio() - Method in class de.javagl.viewer.Viewer
Returns whether the aspect ratio is maintained during resize operations or when Viewer.setDisplayedWorldArea(Rectangle2D) is called
isResizingContents() - Method in class de.javagl.viewer.Viewer
Returns whether this viewer is configured so that the contents should be resized when the screen is resized.
isTransformingLabels() - Method in class de.javagl.viewer.painters.LabelPainter
Returns whether this painter is transforming the labels.

L

LabelPainter - Class in de.javagl.viewer.painters
Implementation of an ObjectPainter for strings that serve as labels, to be painted with a certain font and layout
LabelPainter() - Constructor for class de.javagl.viewer.painters.LabelPainter
Creates a new label painter.
LabelPainter.LabelPaintState - Class in de.javagl.viewer.painters
A class describing the state of a label that is about to be painted.
LabelPainterPredicates - Class in de.javagl.viewer.painters
Methods to create predicates that determine whether labels should be painted in a LabelPainter, based on a LabelPainter.LabelPaintState.
labelWidthAtLeast(double) - Static method in class de.javagl.viewer.painters.LabelPainterPredicates
Returns a predicate that causes labels to be painted when their (untransformed) width is not smaller than the given minimum
labelWidthAtMost(double) - Static method in class de.javagl.viewer.painters.LabelPainterPredicates
Returns a predicate that causes labels to be painted when their (untransformed) width is not greater than the given maximum
LinkedMouseControls - Class in de.javagl.viewer
A class for creating a MouseControl that is only a "link" between multiple viewer instances, applying the same mouse operations to all viewers.
LinkedMouseControls() - Constructor for class de.javagl.viewer.LinkedMouseControls
 
LinkedMouseControls.Handle - Class in de.javagl.viewer
A handle that is returned by LinkedMouseControls.connect(Collection) and that may be used to later LinkedMouseControls.Handle.disconnect() the viewers.

M

metaDown() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the META button was pressed
mouseClicked() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event is a MOUSE_CLICKED event
MouseControl - Interface in de.javagl.viewer
A combination of the MouseListener, MouseMotionListener and MouseWheelListener interface.
MouseControls - Class in de.javagl.viewer
Methods to create MouseControl instances
mouseMoved() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event is a MOUSE_MOVED event
mousePressed() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event is a MOUSE_PRESSED event
mouseReleased() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event is a MOUSE_RELEASED event
mouseWheel() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event is a MOUSE_WHEEL event
MultiObjectPainter<T> - Class in de.javagl.viewer
Implementation of an ObjectPainter that paints multiple objects using a delegate
MultiObjectPainter(ObjectPainter<T>) - Constructor for class de.javagl.viewer.MultiObjectPainter
Create a new painter that paints objects using the given delegate

N

noModifiers() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created without any modifier key pressed.

O

ObjectPainter<T> - Interface in de.javagl.viewer
Interface for all classes that may paint some object.

P

paint(Graphics2D, AffineTransform, double, double, Iterable<? extends T>) - Method in class de.javagl.viewer.MultiObjectPainter
 
paint(Graphics2D, AffineTransform, double, double, T) - Method in interface de.javagl.viewer.ObjectPainter
Perform the painting operations for the given object on the given Graphics.
paint(Graphics2D, AffineTransform, double, double) - Method in interface de.javagl.viewer.Painter
Perform the painting operations on the given Graphics.
paint(Graphics2D, AffineTransform, double, double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
 
paint(Graphics2D, AffineTransform, double, double, BufferedImage) - Method in class de.javagl.viewer.painters.ImagePainter
 
paint(Graphics2D, AffineTransform, double, double, String) - Method in class de.javagl.viewer.painters.LabelPainter
 
paint(Graphics2D, AffineTransform, double, double) - Method in class de.javagl.viewer.painters.TooltipPainter
 
paint(Graphics2D, AffineTransform, double, double) - Method in class de.javagl.viewer.SimpleObjectPainter
 
paint(Graphics2D, AffineTransform, double, double, T) - Method in class de.javagl.viewer.TransformedObjectPainter
 
paint(Graphics2D, AffineTransform, double, double) - Method in class de.javagl.viewer.TransformedPainter
 
paintAxisY(Graphics2D, AffineTransform) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Paint the y-axis.
paintComponent(Graphics) - Method in class de.javagl.viewer.Viewer
 
Painter - Interface in de.javagl.viewer
Interface for all classes that may perform painting operations.
Painters - Class in de.javagl.viewer
Methods related to Painters and ObjectPainters
popupTrigger() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given mouse event is a popup trigger

R

removePainter(Painter) - Method in class de.javagl.viewer.Viewer
Remove the given Painter from all layers that it is contained in
removePainter(Painter, int) - Method in class de.javagl.viewer.Viewer
Remove the given Painter from the specified layer
resetTransform() - Method in class de.javagl.viewer.Viewer
Reset this viewer to the identity transform
rotate(double, double, double) - Method in class de.javagl.viewer.Viewer
Rotate about the specified point (in screen coordinates) by the given angle (in radians)

S

set(double, double, String) - Method in class de.javagl.viewer.painters.TooltipPainter
Set the tooltip that should be painted.
setAnchor(double, double) - Method in class de.javagl.viewer.painters.TooltipPainter
Set the anchor point for the tooltip.
setAngle(double) - Method in class de.javagl.viewer.painters.LabelPainter
Set the angle (in radians) about that the label will be rotated around its anchor point.
setAntialiasing(boolean) - Method in class de.javagl.viewer.Viewer
Set whether the antialiasing rendering hint should be enabled by default
setAxisColorX(Color) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the color for the x-axis.
setAxisColorY(Color) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the color for the y-axis.
setAxisLocationX(double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the location where the x-axis should be painted
setAxisLocationY(double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the location where the y-axis should be painted
setAxisRangeX(double, double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the range of the x-axis that should be displayed.
setAxisRangeY(double, double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the range of the y-axis that should be displayed.
setDisplayedWorldArea(double, double, double, double) - Method in class de.javagl.viewer.Viewer
Set the area (in world coordinates) that should be shown.
setDisplayedWorldArea(Rectangle2D) - Method in class de.javagl.viewer.Viewer
Set the area (in world coordinates) that should be shown.
setFixedWorldTickDistanceX(double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the fixed distance between ticks on the x-axis, in world coordinates.
setFixedWorldTickDistanceY(double) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the fixed distance between ticks on the y-axis, in world coordinates.
setFlippedVertically(boolean) - Method in class de.javagl.viewer.Viewer
Set whether the y-axis should be flipped to point from the bottom of the screen to the top
setFont(Font) - Method in class de.javagl.viewer.painters.LabelPainter
Set the font that should be used for the label.
setGridColorX(Color) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the color for the grid lines that should be painted at the x-axis ticks in the background.
setGridColorY(Color) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the color for the grid lines that should be painted at the y-axis ticks in the background.
setLabelAnchor(double, double) - Method in class de.javagl.viewer.painters.LabelPainter
Set the anchor position of the label.
setLabelFormatterX(DoubleFunction<String>) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the formatter that will receive x-values for ticks, and return the string that should be painted at this coordinate.
setLabelFormatterY(DoubleFunction<String>) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the formatter that will receive y-values for ticks, and return the string that should be painted at this coordinate.
setLabelLocation(double, double) - Method in class de.javagl.viewer.painters.LabelPainter
Set the absolute location of the label.
setLabelPaintingCondition(Predicate<LabelPainter.LabelPaintState>) - Method in class de.javagl.viewer.painters.LabelPainter
Set the condition indicating whether a certain label should be painted.
setMaintainAspectRatio(boolean) - Method in class de.javagl.viewer.Viewer
Set whether the aspect ratio of the displayed world area is maintained during resize operations of this panel, or when Viewer.setDisplayedWorldArea(Rectangle2D) is called.
setMaximumScreenHeight(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the maximum height that the label may have, in screen coordinates
setMaximumScreenWidth(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the maximum width that the label may have, in screen coordinates
setMaximumWorldHeight(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the maximum height that the label may have, in world coordinates
setMaximumWorldWidth(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the maximum width that the label may have, in world coordinates
setMinimumScreenHeight(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the minimum height that the label may have, in screen coordinates
setMinimumScreenWidth(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the minimum width that the label may have, in screen coordinates
setMinimumWorldHeight(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the minimum height that the label may have, in world coordinates
setMinimumWorldWidth(double) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
Set the minimum width that the label may have, in world coordinates
setMouseControl(MouseControl) - Method in class de.javagl.viewer.Viewer
Set the given MouseControl as a MouseListener, MouseMotionListener and MouseWheelListener for this viewer.
setObject(T) - Method in class de.javagl.viewer.SimpleObjectPainter
Set the object that should be painted.
setPaint(Paint) - Method in class de.javagl.viewer.painters.LabelPainter
Set the paint that should be used for the label.
setResizingContents(boolean) - Method in class de.javagl.viewer.Viewer
Set whether the contents should be resized when the screen is resized.
setScreenAxisLayoutX(IntSupplier, IntSupplier, IntSupplier) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the layout for the x-axis.
setScreenAxisLayoutY(IntSupplier, IntSupplier, IntSupplier) - Method in class de.javagl.viewer.painters.CoordinateSystemPainter
Set the layout for the y-axis.
setTransform(AffineTransform) - Method in class de.javagl.viewer.TransformedObjectPainter
Set the transform that this painter should apply to be the same as the given one.
setTransform(AffineTransform) - Method in class de.javagl.viewer.TransformedPainter
Set the transform of this painter
setTransform(AffineTransform) - Method in class de.javagl.viewer.Viewer
Set the world-to-screen transform of this viewer to the given transform.
setTransformingLabels(boolean) - Method in class de.javagl.viewer.painters.LabelPainter
Set whether this painter is transforming the labels using the worldToScreen transform that is passed to its paint method.
shiftDown() - Static method in class de.javagl.viewer.InputEventPredicates
Returns a predicate that checks whether the given input event was created while the SHIFT button was pressed
SimpleObjectPainter<T> - Class in de.javagl.viewer
Implementation of a Painter that allows setting an object that should be painted with a delegate ObjectPainter
SimpleObjectPainter(ObjectPainter<? super T>) - Constructor for class de.javagl.viewer.SimpleObjectPainter
Creates a new simple object painter using the given delegate
StringBoundsUtils - Class in de.javagl.viewer.painters
Utility methods for computing string bounds

T

test(LabelPainter.LabelPaintState) - Method in class de.javagl.viewer.painters.GeneralLabelPainterPredicate
 
TooltipPainter - Class in de.javagl.viewer.painters
A class that can be used to paint a tooltip at a certain location, given in world coordinates
TooltipPainter() - Constructor for class de.javagl.viewer.painters.TooltipPainter
Default constructor
transform(AffineTransform) - Method in class de.javagl.viewer.Viewer
Transform the contents of this viewer with the given transform
transformedLabelWidthAtLeast(double) - Static method in class de.javagl.viewer.painters.LabelPainterPredicates
Returns a predicate that causes labels to be painted when their (transformed) width is at least the given minimum.
transformedLabelWidthAtMost(double) - Static method in class de.javagl.viewer.painters.LabelPainterPredicates
Returns a predicate that causes labels to be painted when their (transformed) width is at most the given maximum.
TransformedObjectPainter<T> - Class in de.javagl.viewer
Implementation of an ObjectPainter that delegates the painting to another ObjectPainter, and allows setting an additional transform.
TransformedObjectPainter(ObjectPainter<T>) - Constructor for class de.javagl.viewer.TransformedObjectPainter
Creates a new transformed object painter
TransformedObjectPainter(ObjectPainter<T>, BiConsumer<T, AffineTransform>) - Constructor for class de.javagl.viewer.TransformedObjectPainter
Creates a new transformed object painter
TransformedPainter - Class in de.javagl.viewer
Implementation of a Painter that calls a delegate painter after applying a transform to the given world-to-screen transform
TransformedPainter(Painter, AffineTransform) - Constructor for class de.javagl.viewer.TransformedPainter
Create a new transformed painter with the given delegate and transform.
translate(double, double) - Method in class de.javagl.viewer.Viewer
Translate this viewer by the given delta, in screen coordinates

V

Viewer - Class in de.javagl.viewer
A panel that allows translating, rotating and zooming.
Viewer() - Constructor for class de.javagl.viewer.Viewer
Creates a new Viewer.

Z

zoom(double, double, double, double) - Method in class de.javagl.viewer.Viewer
Zoom about the specified point (in screen coordinates) by the given factor.
A B C D G I L M N O P R S T V Z 
Skip navigation links

Copyright © 2019. All Rights Reserved.