Package | Description |
---|---|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
Modifier and Type | Class and Description |
---|---|
class |
EdgeRenderer
This renderer displays entries that implement the CellView interface.
|
class |
PortRenderer
This renderer displays entries that implement the CellView interface and
supports the following attributes:
GraphConstants.OFFSET GraphConstants.ABSOLUTE
|
class |
VertexRenderer
This renderer displays entries that implement the CellView interface and
supports the following attributes.
|
Modifier and Type | Method and Description |
---|---|
abstract CellViewRenderer |
AbstractCellView.getRenderer()
Obtains the renderer instance for this view
|
CellViewRenderer |
EdgeView.getRenderer()
Returns a renderer for the class.
|
CellViewRenderer |
VertexView.getRenderer()
Returns a renderer for the class.
|
CellViewRenderer |
PortView.getRenderer()
Returns a renderer for the class.
|
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.