Package | Description |
---|---|
com.jgraph.components.labels | |
com.jgraph.io.svg | |
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 |
MultiLineVertexRenderer
Universal renderer for vertices and groups.
|
Modifier and Type | Method and Description |
---|---|
CellViewRenderer |
MultiLineVertexView.getRenderer()
Returns the
MultiLineVertexView.renderer . |
Modifier and Type | Class and Description |
---|---|
class |
SVGVertexRenderer |
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 |
PortView.getRenderer()
Returns a renderer for the class.
|
CellViewRenderer |
VertexView.getRenderer()
Returns a renderer for the class.
|
CellViewRenderer |
EdgeView.getRenderer()
Returns a renderer for the class.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.