Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Method and Description |
---|---|
LineStyle |
LineStyle.clone() |
LineStyle |
ShapeNode.getBorderStyle()
Return the border style.
|
LineStyle |
GraphMLEdge.getLineStyle()
Return the edge line style.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLGroupNode.setBorderStyle(LineStyle borderStyle)
Set the border style.
|
void |
GraphMLNode.setBorderStyle(LineStyle borderStyle)
Set the node border style.
|
void |
ShapeNode.setBorderStyle(LineStyle borderStyle)
Set the border style.
|
void |
ShapeType.setBorderStyle(LineStyle borderStyle)
Set the border style.
|
void |
GraphMLEdge.setLineStyle(LineStyle lineStyle)
Set the edge line style.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence