Package | Description |
---|---|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
org.ginsim.core.graph.view |
Define the layout and appearance of graph elements.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
org.ginsim.gui.graph.view.style |
GUI for the definition of styles associated to graph elements.
|
Modifier and Type | Method and Description |
---|---|
EdgeAnchor |
EdgeViewInfoImpl.getAnchor() |
EdgeAnchor |
EdgeAttributeReaderImpl.getAnchor() |
Modifier and Type | Method and Description |
---|---|
void |
EdgeViewInfoImpl.setAnchor(EdgeAnchor anchor) |
void |
EdgeAttributeReaderImpl.setAnchor(EdgeAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
EdgeAnchor |
EdgeAttributesReader.getAnchor() |
EdgeAnchor |
EdgeViewInfo.getAnchor() |
static EdgeAnchor |
EdgeAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeAnchor[] |
EdgeAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeAttributesReader.setAnchor(EdgeAnchor anchor) |
void |
EdgeViewInfo.setAnchor(EdgeAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
EdgeAnchor |
StyleManager.getEdgeAnchor(E edge) |
Modifier and Type | Method and Description |
---|---|
void |
StyleManager.setEdgeAnchor(E edge,
EdgeAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
EdgeAnchor |
AnchorSelector.getAnchor() |
Modifier and Type | Method and Description |
---|---|
void |
AnchorSelector.setAnchor(EdgeAnchor edgeAnchor) |
Copyright © 2005–2020. All rights reserved.