Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantVertexSizeFunction |
class |
InterpolatingVertexSizeFunction
Provides vertex sizes that are spaced proportionally between
min_size and max_size depending on
|
Modifier and Type | Field and Description |
---|---|
protected VertexSizeFunction |
AbstractVertexShapeFunction.vsf |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVertexShapeFunction.setSizeFunction(VertexSizeFunction vsf) |
void |
SettableVertexShapeFunction.setSizeFunction(VertexSizeFunction vsf) |
Constructor and Description |
---|
AbstractVertexShapeFunction(VertexSizeFunction vsf,
VertexAspectRatioFunction varf) |
EllipseVertexShapeFunction(VertexSizeFunction vsf,
VertexAspectRatioFunction varf) |
Modifier and Type | Field and Description |
---|---|
protected VertexSizeFunction |
VertexShapeFactory.vsf |
Constructor and Description |
---|
VertexShapeFactory(VertexSizeFunction vsf,
VertexAspectRatioFunction varf)
Creates a
VertexShapeFactory with the specified
vertex size and aspect ratio functions. |