Package org.jungrapht.visualization.transform.shape
Visualization mechanisms related to transformation of graph element shapes.
-
Interface Summary Interface Description ShapeFlatnessTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.ShapeTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph. -
Class Summary Class Description Graphics2DWrapper a complete wrapping of Graphics2D, useful as a base class.GraphicsDecorator an extendion of Graphics2DWrapper that adds enhanced methods for drawing icons and componentsHyperbolicShapeTransformer HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.HyperbolicShapeTransformer.Builder<T extends HyperbolicShapeTransformer,B extends HyperbolicShapeTransformer.Builder<T,B>> Intersector MagnifyIconGraphics Subclassed to apply a magnification transform to an icon.MagnifyImageLensSupport<V,E,M extends LensGraphMouse> Changes various visualization settings to activate or deactivate an examining lens for a graph visualization.MagnifyImageLensSupport.Builder<V,E,M extends LensGraphMouse,T extends MagnifyImageLensSupport<V,E,M>,B extends MagnifyImageLensSupport.Builder<V,E,M,T,B>> MagnifyShapeTransformer MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.MagnifyShapeTransformer.Builder<T extends MagnifyShapeTransformer,B extends MagnifyShapeTransformer.Builder<T,B>> TransformingFlatnessGraphics subclassed to pass certain operations thru the Function before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.TransformingGraphics subclassed to pass certain operations thru the Function before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.ViewLensSupport<V,E,M extends LensGraphMouse> Uses a LensTransformer to use in the view transform.ViewLensSupport.Builder<V,E,M extends LensGraphMouse,T extends ViewLensSupport<V,E,M>,B extends ViewLensSupport.Builder<V,E,M,T,B>>