java.util.Map<K,V> painters
Painters that will
perform painting operations in the Viewer.paintComponent(Graphics)
method.java.awt.geom.AffineTransform transform
java.awt.geom.AffineTransform inverseTransform
null
when it is invalidated.java.awt.geom.Rectangle2D worldArea
java.awt.geom.Rectangle2D pendingWorldArea
Viewer.setDisplayedWorldArea(Rectangle2D) is called before
this component is visible, the intended area has to be stored
until the component becomes visible and the area update can
actually be applied.boolean pendingWorldAreaMaintainAspectRatioState
Viewer.maintainAspectRatio flag when the
Viewer.pendingWorldArea was setjava.awt.Dimension previousSize
boolean flippedVertically
java.awt.geom.AffineTransform basicWorldToScreenTransform
boolean resizingContents
boolean maintainAspectRatio
true)
or when Viewer.setDisplayedWorldArea(Rectangle2D) is called.boolean antialiasing
MouseControl mouseControl
MouseControl that is attached to this viewerCopyright © 2019. All Rights Reserved.