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.css |
Customise Graph views through CSS-like commands.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeAttributeReaderImpl<V,E extends Edge<V>>
a generic edgeAttributeReader storing data into a dedicated hashmap
|
class |
NodeAttributeReaderImpl<V,E extends Edge<V>>
A generic nodeAttributeReader showing a unified view of default and node-specific styles (from the graph backend).
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeAttributesReader<V,E extends Edge<V>>
graphic info on an edge.
|
interface |
NodeAttributesReader<V>
extract from graph graphic info on a node.
|
Modifier and Type | Method and Description |
---|---|
void |
CSSNodeStyle.apply(AttributesReader areader) |
void |
CSSEdgeStyle.apply(AttributesReader areader) |
void |
CSSStyle.apply(AttributesReader areader)
Apply the style to an element using its GsAttributesReader
|
boolean |
Selector.applyStyleForEdge(Object obj,
AttributesReader areader)
Apply the style to an edge using an attributesReder for a category id or null if the category doesn't exist.
|
boolean |
Selector.applyStyleForNode(Object obj,
AttributesReader areader)
Apply the style to a node using an attributesReder for a category id or null if the category doesn't exist.
|
protected boolean |
Selector.missingCategory(String category,
AttributesReader areader)
Called when the category doesn't exist in the map.
|
Copyright © 2005–2020. All rights reserved.