Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.uci.ics.jung.visualization Classes and Interfaces - 204 results found.
NameDescriptionTypePackageFramework
AbsoluteCrossoverScalingControlscales to the absolute value passed as an argument.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
AbstractEdgeShapeTransformerAn interface for decorators that return a Shape for a specified edge.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
AbstractGraphMousePlugina base class for GraphMousePlugin instances.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
AbstractLensSupportA class to make it easy to add an examining lens to a jung graph application.Classedu.uci.ics.jung.visualization.transformSourceForge Jung
AbstractLensSupport .Lensthe background for the hyperbolic projectionConstructor SummaryAbstractLensSupport.Classedu.uci.ics.jung.visualization.transform.AbstractLensSupportSourceForge Jung
AbstractLensSupport .LensControlsthe background for the hyperbolic projectionConstructor SummaryAbstractLensSupport.Classedu.uci.ics.jung.visualization.transform.AbstractLensSupportSourceForge Jung
AbstractModalGraphMouseAbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking andClassedu.uci.ics.jung.visualization.controlSourceForge Jung
AbstractPerspectiveTransformSupportA class to make it easy to add a perspective projection examining lens to a jung graph application.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
AbstractPerspectiveTransformSupport .Lensthe background for the perspective projectionConstructor SummaryAbstractPerspectiveTransformSupport.Classedu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupportSourceForge Jung
AbstractPickedStateClassedu.uci.ics.jung.visualization.pickingSourceForge Jung
AbstractPopupGraphMousePluginFields inherited from class edu.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
AbstractVertexShapeTransformerClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
AffineTransformerProvides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform)Classedu.uci.ics.jung.visualization.transformSourceForge Jung
AnimatedPickingGraphMousePluginAnimatedPickingGraphMousePlugin supports the picking of one Graph Vertex.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
AnimatorClassedu.uci.ics.jung.visualization.utilSourceForge Jung
AnnotatingGraphMousePluginAnnotatingGraphMousePlugin can create Shape and Text annotations in a layer of the graph visualization.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
AnnotatingModalGraphMousea graph mouse that supplies an annotations modeAuthor:Tom Nelson - tomnelson@dev.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
AnnotatingModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouseSourceForge Jung
Annotationstores an annotation, either a shape or a stringAuthor:Tom Nelson - tomnelson@dev.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
Annotation .LayerClassedu.uci.ics.jung.visualization.annotations.AnnotationSourceForge Jung
AnnotationControlsa collection of controls for annotations.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
AnnotationManagerhandles the selection of annotations, and the support for the tools to draw them at specific layers.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
AnnotationPaintablehandles the actual drawing of annotationsAuthor:Tom Nelson - tomnelson@dev.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
AnnotationRendererAnnotationRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.Classedu.uci.ics.jung.visualization.annotationsSourceForge Jung
ArrowFactoryA utility class for creating arrowhead shapes.Classedu.uci.ics.jung.visualization.utilSourceForge Jung
BasicEdgeLabelRendererNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
BasicEdgeRendererNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
BasicRendererThe default implementation of the Renderer used by the VisualizationViewer.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
BasicTransformerA basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.Classedu.uci.ics.jung.visualizationSourceForge Jung
BasicVertexLabelRendererClassedu.uci.ics.jung.visualization.renderersSourceForge Jung
BasicVertexLabelRenderer .InsidePositionerConstructor SummaryBasicVertexLabelRenderer.Classedu.uci.ics.jung.visualization.renderers.BasicVertexLabelRendererSourceForge Jung
BasicVertexLabelRenderer .OutsidePositionerConstructor SummaryBasicVertexLabelRenderer.Classedu.uci.ics.jung.visualization.renderers.BasicVertexLabelRendererSourceForge Jung
BasicVertexRendererNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
BasicVisualizationServerA class that maintains many of the details necessary for creating visualizations of graphs.Classedu.uci.ics.jung.visualizationSourceForge Jung
BidirectionalTransformerProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.Interfaceedu.uci.ics.jung.visualization.transformSourceForge Jung
BoundingRectangleCollectorClassedu.uci.ics.jung.visualization.layoutSourceForge Jung
BoundingRectanglePaintableClassedu.uci.ics.jung.visualization.layoutSourceForge Jung
CachingInterface to provide external controls to an implementing class that manages a cache.Interfaceedu.uci.ics.jung.visualization.utilSourceForge Jung
CachingLayoutA LayoutDecorator that caches locations in a clearable Map.Classedu.uci.ics.jung.visualization.layoutSourceForge Jung
ChangeEventSupportthe implementing class provides support for ChangeEvents.Interfaceedu.uci.ics.jung.visualization.utilSourceForge Jung
Checkmarka simple Icon that draws a checkmark in the lower-right quadrant of its area.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
ClassicPickSupportPickSupport implementation that emulates the picking behavior of versions of VisualizationViewer prior to version 1.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
ClosestShapePickSupportA GraphElementAccessor that finds the closest element to the pick point, and returns it if it is within the element's shape.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
ConstantDirectionalEdgeValueTransformerReturns the constructor-specified value for each edge type.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
CrossoverScalingControlA scaling control that has a crossover point.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
DefaultChangeEventSupportBasic implementation of ChangeEventSupport, using standard jdk classesClassedu.uci.ics.jung.visualization.utilSourceForge Jung
DefaultEdgeLabelRendererDefaultEdgeLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
DefaultModalGraphMouseDefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking andClassedu.uci.ics.jung.visualization.controlSourceForge Jung
DefaultModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.DefaultModalGraphMouseSourceForge Jung
DefaultVertexIconTransformerA simple, stateful VertexIconFunction.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
DefaultVertexLabelRendererDefaultVertexLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
DefaultVisualizationModelThe model containing state values for visualizations of graphs.Classedu.uci.ics.jung.visualizationSourceForge Jung
DirectionalEdgeArrowTransformerReturns wedge arrows for undirected edges and notched arrows for directed edges, of the specified dimensions.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
EdgeGroupClassedu.uci.ics.jung.visualization3dSourceForge Jung
EdgeLabelRendererInterfaceedu.uci.ics.jung.visualization.renderersSourceForge Jung
EdgeShapeAn interface for decorators that return a Shape for a specified edge.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
EdgeShape .BentLineClassedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .BoxAn edge shape that renders as a loop with its nadir at the center of the vertex.Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .CubicCurveAn edge shape that renders as a CubicCurve between vertex endpoints.Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .IndexedRenderingInterfaceedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .LineAn edge shape that renders as a straight line between the vertex endpoints.Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .LoopAn edge shape that renders as a loop with its nadir at the center of the vertex.Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .OrthogonalClassedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .QuadCurveClassedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .SimpleLoopAn edge shape that renders as a loop with its nadir at the center of the vertex.Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EdgeShape .WedgeAn edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges,Classedu.uci.ics.jung.visualization.decorators.EdgeShapeSourceForge Jung
EditingGraphMousePluginA plugin that can create vertices, undirected edges, and directed edges using mouse gestures.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
EditingModalGraphMouseClassedu.uci.ics.jung.visualization.controlSourceForge Jung
EditingModalGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.EditingModalGraphMouseSourceForge Jung
EditingPopupGraphMousePlugina plugin that uses popup menus to create vertices, undirected edges, and directed edges.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
EllipseVertexShapeTransformerClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
FourPassImageShaperProvides factory methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.Classedu.uci.ics.jung.visualizationSourceForge Jung
GeneralPathAsStringClassedu.uci.ics.jung.visualization.utilSourceForge Jung
GradientEdgePaintTransformerCreates GradientPaint instances which can be used to paint an Edge.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
GradientVertexRendererClassedu.uci.ics.jung.visualization.renderersSourceForge Jung
GraphCollapserClassedu.uci.ics.jung.visualization.subLayoutSourceForge Jung
Graphics2DWrappera complete wrapping of Graphics2D, useful as a base class.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
GraphicsDecoratoran extendion of Graphics2DWrapper that adds enhanced methods for drawing icons and componentsClassedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
GraphMouseAdapterClassedu.uci.ics.jung.visualization.controlSourceForge Jung
GraphMouseListenerInterfaceedu.uci.ics.jung.visualization.controlSourceForge Jung
GraphMousePluginInterfaceedu.uci.ics.jung.visualization.controlSourceForge Jung
GraphZoomScrollPaneGraphZoomScrollPane is a Container for the Graph's VisualizationViewer and includes custom horizontal and vertical scrollbars.Classedu.uci.ics.jung.visualizationSourceForge Jung
HyperbolicImageLensSupportA class to make it easy to add a Hyperbolic projection examining lens to a jung graph application.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
HyperbolicShapeTransformerHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
HyperbolicTransformerHyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create aClassedu.uci.ics.jung.visualization.transformSourceForge Jung
InterpolatingVertexSizeTransformerProvides vertex sizes that are spaced proportionally between min_size and max_size depending onClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
IntersectorClassedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
LabelEditingGraphMousePluginClassedu.uci.ics.jung.visualization.controlSourceForge Jung
LabelWrapperA utility to wrap long lines, creating html strings with line breaks at a settable max line lengthClassedu.uci.ics.jung.visualization.utilSourceForge Jung
Layerenum Layerextends EnumEnum Constant SummaryLAYOUTClassedu.uci.ics.jung.visualizationSourceForge Jung
LayeredIconAn icon that is made up of a collection of Icons.Classedu.uci.ics.jung.visualizationSourceForge Jung
LayoutDecoratora pure decorator for the Layout interface.Classedu.uci.ics.jung.visualization3d.layoutSourceForge Jung
LayoutEventBroadcasterA LayoutDecorator the fires ChangeEvents when certain methods are called.Classedu.uci.ics.jung.visualization3d.layoutSourceForge Jung
LayoutLensShapePickSupportShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
LayoutLensSupportA class to make it easy to add an examining lens to a jung graph application.Classedu.uci.ics.jung.visualization.transformSourceForge Jung
LayoutScalingControlLayoutScalingControl applies a scaling transformation to the graph layout.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
LayoutTransitionClassedu.uci.ics.jung.visualization.layoutSourceForge Jung
LensMagnificationGraphMousePluginHyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
LensSupportInterfaceedu.uci.ics.jung.visualization.transformSourceForge Jung
LensTransformerLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create aClassedu.uci.ics.jung.visualization.transformSourceForge Jung
LensTranslatingGraphMousePlugin to drag and resize the viewing lens in the graph view.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
MagnifyIconGraphicsSubclassed to apply a magnification transform to an icon.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
MagnifyImageLensSupportChanges various visualization settings to activate or deactivate an examining lens for a jung graph application.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
MagnifyShapeTransformerMagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
MagnifyTransformerMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create anClassedu.uci.ics.jung.visualization.transformSourceForge Jung
ModalGraphMouseInterface for a GraphMouse that supports modality.Interfaceedu.uci.ics.jung.visualization.controlSourceForge Jung
ModalGraphMouse .ModeClassedu.uci.ics.jung.visualization.control.ModalGraphMouseSourceForge Jung
ModalLensGraphMousean implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
ModalLensGraphMouse .ModeKeyAdapterClassedu.uci.ics.jung.visualization.control.ModalLensGraphMouseSourceForge Jung
ModalSatelliteGraphMouseNested Class SummaryNested classes/interfaces inherited from class edu.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
MouseListenerTranslatorClassedu.uci.ics.jung.visualization.controlSourceForge Jung
MouseRotateMouseRotate is a Java3D behavior object that lets users control the rotation of an object via a mouse.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
MouseTranslateMouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the thirdClassedu.uci.ics.jung.visualization3d.controlSourceForge Jung
MouseWheelZoomMouseWheelZoom is a Java3D behavior object that lets users control the Z axis translation of an object via mouse wheel.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
MouseZoomMouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouseClassedu.uci.ics.jung.visualization3d.controlSourceForge Jung
MultiLayerTransformerInterfaceedu.uci.ics.jung.visualizationSourceForge Jung
MultiPickedStateMaintains the state of what has been 'picked' in the graph.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
MutableAffineTransformerProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system toClassedu.uci.ics.jung.visualization.transformSourceForge Jung
MutableTransformerProvides an API for the mutation of a transformer and for adding listeners for changes on the transformerInterfaceedu.uci.ics.jung.visualization.transformSourceForge Jung
MutableTransformerDecoratora complete decorator that wraps a MutableTransformer.Classedu.uci.ics.jung.visualization.transformSourceForge Jung
NumberFormattingTransformerTransforms inputs to String representations by chaining an input Number-generating Transformer with an internal Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
ObservableCachingLayoutA LayoutDecorator that fires ChangeEvents when certain methods are called.Classedu.uci.ics.jung.visualization.layoutSourceForge Jung
PersistentLayoutinterface for PersistentLayout Also holds a nested class Point to serialize theInterfaceedu.uci.ics.jung.visualization.layoutSourceForge Jung
PersistentLayout .Pointa serializable class to save locationsSee Also:Serialized FormClassedu.uci.ics.jung.visualization.layout.PersistentLayoutSourceForge Jung
PersistentLayoutImpl Defers to another layout until 'restore' is called, then it uses the saved vertex locationsClassedu.uci.ics.jung.visualization.layoutSourceForge Jung
PersistentLayoutImpl .RandomPointFactorySee Also:Serialized FormConstructor SummaryPersistentLayoutImpl.Classedu.uci.ics.jung.visualization.layout.PersistentLayoutImplSourceForge Jung
PerspectiveImageLensSupportA class to make it easy to add a Perspective projection to a jung graph application.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
PerspectiveLayoutTransformSupportA class to make it easy to add a Perspective projection to a jung graph application.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
PerspectiveShapeTransformerPerspectiveShapeTransformer extends PerspectiveTransformer and adds implementations for methods in ShapeTransformer.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
PerspectiveTransformerPerspectiveTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create aClassedu.uci.ics.jung.visualization.jaiSourceForge Jung
PerspectiveTransformSupportInterfaceedu.uci.ics.jung.visualization.jaiSourceForge Jung
PerspectiveViewTransformSupportCreates a PerspectiveShapeTransformer to use in the view transform.Classedu.uci.ics.jung.visualization.jaiSourceForge Jung
PickableEdgePaintTransformerPaints each edge according to the Paint parameters given in the constructor, so that picked andClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
PickableVertexIconTransformerSupplies an Icon for each vertex according to the Icon parameters given in the constructor, so that picked andClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
PickableVertexPaintTransformerPaints each vertex according to the Paint parameters given in the constructor, so that picked andClassedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
PickableVertexPaintTransformerPaints each vertex according to the Paint parameters given in the constructor, so that picked andClassedu.uci.ics.jung.visualization3d.decoratorsSourceForge Jung
PickedInfoAn interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.Interfaceedu.uci.ics.jung.visualization.pickingSourceForge Jung
PickedStateAn interface for classes that keep track of the "picked" state of edges or vertices.Interfaceedu.uci.ics.jung.visualization.pickingSourceForge Jung
PickingGraphMousePluginPickingGraphMousePlugin supports the picking of graph elements with the mouse.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
PickMouseBehaviorBase class that allows users to adding picking and mouse manipulation to the scene graph (see PickDragBehavior for an example of how to extendClassedu.uci.ics.jung.visualization3d.controlSourceForge Jung
PickRotateBehaviorA mouse behavior that allows user to pick and drag scene graph objects.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
PickSphereBehaviorA mouse behavior that allows user to pick and translate scene 1.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
PickTranslateBehaviorA mouse behavior that allows user to pick and translate scene graph objects.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
PickVertexBehaviorClassedu.uci.ics.jung.visualization3dSourceForge Jung
PickZoomBehaviorA mouse behavior that allows user to pick and zoom scene graph objects.Classedu.uci.ics.jung.visualization3d.controlSourceForge Jung
PivotingImageShaperProvides factory methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.Classedu.uci.ics.jung.visualizationSourceForge Jung
PluggableGraphMousea GraphMouse that accepts plugins for various mouse events.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
PluggableRenderContextNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualizationSourceForge Jung
PluggableRenderContextClassedu.uci.ics.jung.visualization3dSourceForge Jung
PredicatedParallelEdgeIndexFunctionA class which creates and maintains indices for parallel edges.Classedu.uci.ics.jung.visualization.utilSourceForge Jung
RadiusPickSupportSimple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
RenderContextInterfaceedu.uci.ics.jung.visualizationSourceForge Jung
RenderContextInterfaceedu.uci.ics.jung.visualization3dSourceForge Jung
RenderContext .DirectedEdgeArrowPredicateConstructor SummaryRenderContext.Classedu.uci.ics.jung.visualization.RenderContextSourceForge Jung
RenderContext .UndirectedEdgeArrowPredicateConstructor SummaryRenderContext.Classedu.uci.ics.jung.visualization.RenderContextSourceForge Jung
RendererThe interface for drawing vertices, edges, and their labels.Interfaceedu.uci.ics.jung.visualization.renderersSourceForge Jung
Renderer .EdgeInterfaceedu.uci.ics.jung.visualization.renderers.RendererSourceForge Jung
Renderer .Edge .NOOPNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderers.Renderer.EdgeSourceForge Jung
Renderer .EdgeLabelInterfaceedu.uci.ics.jung.visualization.renderers.RendererSourceForge Jung
Renderer .EdgeLabel .NOOPNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabelSourceForge Jung
Renderer .VertexInterfaceedu.uci.ics.jung.visualization.renderers.RendererSourceForge Jung
Renderer .Vertex .NOOPNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderers.Renderer.VertexSourceForge Jung
Renderer .VertexLabelInterfaceedu.uci.ics.jung.visualization.renderers.RendererSourceForge Jung
Renderer .VertexLabel .NOOPNested Class SummaryNested classes/interfaces inherited from interface edu.Classedu.uci.ics.jung.visualization.renderers.Renderer.VertexLabelSourceForge Jung
Renderer .VertexLabel .PositionClassedu.uci.ics.jung.visualization.renderers.Renderer.VertexLabelSourceForge Jung
Renderer .VertexLabel .PositionerInterfaceedu.uci.ics.jung.visualization.renderers.Renderer.VertexLabelSourceForge Jung
ReshapingEdgeRendereruses a flatness argument to break edges into smaller segments.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
RotatingGraphMousePluginRotatingGraphMouse provides the abiity to rotate the graph using the mouse.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteAnimatedPickingGraphMousePluginA version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteRotatingGraphMousePluginMouse events in the SatelliteView that match the modifiers will cause the Main view to rotateClassedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteScalingGraphMousePluginOverrides ScalingGraphMousePlugin so that mouse events in the satellite view will cause scaling in the main viewClassedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteShearingGraphMousePluginOverrides ShearingGraphMousePlugin so that mouse events in the satellite view cause shearing of the main viewClassedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteTranslatingGraphMousePluginOverrides TranslatingGraphMousePlugin so that mouse events in the satellite view cause translating of the main viewClassedu.uci.ics.jung.visualization.controlSourceForge Jung
SatelliteVisualizationViewerA VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
ScalingControlInterfaceedu.uci.ics.jung.visualization.controlSourceForge Jung
ScalingGraphMousePluginScalingGraphMouse applies a scaling transformation to the graph layout.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
SettableVertexShapeTransformerInterfaceedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
ShapeFlatnessTransformerProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.Interfaceedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
ShapePickSupportA GraphElementAccessor that returns elements whose Shape contains the specified pick point or region.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
ShapePickSupport .StyleThe available picking heuristics: Style.Classedu.uci.ics.jung.visualization.picking.ShapePickSupportSourceForge Jung
ShapeTransformerProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.Interfaceedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
ShearingGraphMousePluginShearingGraphMousePlugin allows the user to drag with the mouse to shear the transform either in the horizontal or vertical direction.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
ToStringLabellerLabels vertices by their toString.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
TransformingFlatnessGraphicssubclassed to pass certain operations thru the transformer before the base class method is appliedClassedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
TransformingGraphicssubclassed to pass certain operations thru the transformer before the base class method is appliedClassedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
TransformingImageVertexIconRendererClassedu.uci.ics.jung.visualization.jaiSourceForge Jung
TranslatingGraphMousePluginTranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and yClassedu.uci.ics.jung.visualization.controlSourceForge Jung
TreeCollapserClassedu.uci.ics.jung.visualization.subLayoutSourceForge Jung
VertexGroupClassedu.uci.ics.jung.visualization3dSourceForge Jung
VertexIconShapeTransformerA default implementation that stores images in a Map keyed on the vertex.Classedu.uci.ics.jung.visualization.decoratorsSourceForge Jung
VertexLabelAsShapeRendererRenders Vertex Labels, but can also supply Shapes for vertices.Classedu.uci.ics.jung.visualization.renderersSourceForge Jung
VertexLabelRendererInterfaceedu.uci.ics.jung.visualization.renderersSourceForge Jung
VertexShapeFactoryA utility class for generating Shapes for drawing vertices.Classedu.uci.ics.jung.visualization.utilSourceForge Jung
ViewLensShapePickSupportShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.Classedu.uci.ics.jung.visualization.pickingSourceForge Jung
ViewLensSupportUses a LensTransformer to use in the view transform.Classedu.uci.ics.jung.visualization.transform.shapeSourceForge Jung
ViewScalingControlViewScalingGraphMouse applies a scaling transform to the View of the graph.Classedu.uci.ics.jung.visualization.controlSourceForge Jung
ViewTranslatingGraphMousePluginViewTranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and yClassedu.uci.ics.jung.visualization.controlSourceForge Jung
VisualizationImageServerA class that could be used on the server side of a thin-client application.Classedu.uci.ics.jung.visualizationSourceForge Jung
VisualizationModelInterface for the state holding model of the VisualizationViewer.Interfaceedu.uci.ics.jung.visualizationSourceForge Jung
VisualizationServerInterfaceedu.uci.ics.jung.visualizationSourceForge Jung
VisualizationServer .PaintableInterfaceedu.uci.ics.jung.visualization.VisualizationServerSourceForge Jung
VisualizationViewerAdds mouse behaviors and tooltips to the graph visualization base classAuthor:Joshua O'Madadhain, Tom Nelson, Danyel FisherSee Also:Serialized FormClassedu.uci.ics.jung.visualizationSourceForge Jung
VisualizationViewerClassedu.uci.ics.jung.visualization3dSourceForge Jung
VisualizationViewer .GraphMousea convenience type to represent a class that processes all types of mouse events for the graphInterfaceedu.uci.ics.jung.visualization.VisualizationViewerSourceForge Jung