Uses of Class
edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
-
Packages that use AbstractVertexShapeTransformer Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
-
Uses of AbstractVertexShapeTransformer in edu.uci.ics.jung.samples
Subclasses of AbstractVertexShapeTransformer in edu.uci.ics.jung.samples Modifier and Type Class Description private static class
PluggableRendererDemo.VertexShapeSizeAspect<V,E>
Controls the shape, size, and aspect ratio for each vertex.(package private) class
TreeCollapseDemo.ClusterVertexShapeFunction<V>
a demo class that will create a vertex shape that is either a polygon or star.(package private) class
VertexCollapseDemo.ClusterVertexShapeFunction<V>
a demo class that will create a vertex shape that is either a polygon or star.(package private) class
VertexCollapseDemoWithLayouts.ClusterVertexShapeFunction<V>
a demo class that will create a vertex shape that is either a polygon or star. -
Uses of AbstractVertexShapeTransformer in edu.uci.ics.jung.visualization.decorators
Subclasses of AbstractVertexShapeTransformer in edu.uci.ics.jung.visualization.decorators Modifier and Type Class Description class
EllipseVertexShapeTransformer<V>
-