| 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 |
ConstantVertexAspectRatioFunction |
| Modifier and Type | Field and Description |
|---|---|
protected VertexAspectRatioFunction |
AbstractVertexShapeFunction.varf |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractVertexShapeFunction.setAspectRatioFunction(VertexAspectRatioFunction varf) |
void |
SettableVertexShapeFunction.setAspectRatioFunction(VertexAspectRatioFunction varf) |
| Constructor and Description |
|---|
AbstractVertexShapeFunction(VertexSizeFunction vsf,
VertexAspectRatioFunction varf) |
EllipseVertexShapeFunction(VertexSizeFunction vsf,
VertexAspectRatioFunction varf) |
| Modifier and Type | Field and Description |
|---|---|
protected VertexAspectRatioFunction |
VertexShapeFactory.varf |
| Constructor and Description |
|---|
VertexShapeFactory(VertexSizeFunction vsf,
VertexAspectRatioFunction varf)
Creates a
VertexShapeFactory with the specified
vertex size and aspect ratio functions. |