Uses of Interface
edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
-
Packages that use BidirectionalTransformer Package Description edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects.edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization
Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization Modifier and Type Interface Description interfaceMultiLayerTransformerClasses in edu.uci.ics.jung.visualization that implement BidirectionalTransformer Modifier and Type Class Description classBasicTransformerA basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT. -
Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.decorators
Fields in edu.uci.ics.jung.visualization.decorators declared as BidirectionalTransformer Modifier and Type Field Description protected BidirectionalTransformerGradientEdgePaintTransformer. transformer -
Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform
Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform Modifier and Type Interface Description interfaceMutableTransformerProvides an API for the mutation of a Function and for adding listeners for changes on the FunctionClasses in edu.uci.ics.jung.visualization.transform that implement BidirectionalTransformer Modifier and Type Class Description classAffineTransformerProvides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.classHyperbolicTransformerHyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a fisheye projection of the graph points, with points near the center spread out and points near the edges collapsed onto the circumference of an ellipse.classLensTransformerLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.classMagnifyTransformerMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.classMutableAffineTransformerProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.classMutableTransformerDecoratora complete decorator that wraps a MutableTransformer. -
Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform.shape
Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform.shape Modifier and Type Interface Description interfaceShapeFlatnessTransformerProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.interfaceShapeTransformerProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.Classes in edu.uci.ics.jung.visualization.transform.shape that implement BidirectionalTransformer Modifier and Type Class Description classHyperbolicShapeTransformerHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.classMagnifyShapeTransformerMagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.Fields in edu.uci.ics.jung.visualization.transform.shape declared as BidirectionalTransformer Modifier and Type Field Description protected BidirectionalTransformerTransformingGraphics. transformerthe Function to applyMethods in edu.uci.ics.jung.visualization.transform.shape that return BidirectionalTransformer Modifier and Type Method Description BidirectionalTransformerTransformingGraphics. getTransformer()Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformer Modifier and Type Method Description voidTransformingGraphics. setTransformer(BidirectionalTransformer Function)Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformer Constructor Description MagnifyIconGraphics(BidirectionalTransformer transformer)MagnifyIconGraphics(BidirectionalTransformer Function, java.awt.Graphics2D delegate)TransformingFlatnessGraphics(BidirectionalTransformer transformer)TransformingFlatnessGraphics(BidirectionalTransformer transformer, java.awt.Graphics2D delegate)TransformingGraphics(BidirectionalTransformer transformer)TransformingGraphics(BidirectionalTransformer Function, java.awt.Graphics2D delegate)
-