Package | Description |
---|---|
org.ginsim.core.graph.view.css |
Customise Graph views through CSS-like commands.
|
Modifier and Type | Method and Description |
---|---|
static CSSStyle |
CSSNodeStyle.fromString(String[] lines)
Create a new style from an array of strings
|
static CSSStyle |
CSSEdgeStyle.fromString(String[] lines)
Create a new style from an array of strings
|
static CascadingStyleSheet |
CascadingStyleSheet.newFromText(String text)
Return a new CSS object from a text.
|
void |
CascadingStyleSheet.parse(String text)
Return a new CSS object from a text.
|
String |
CascadingStyleSheet.readFile(Reader reader)
Return a new CSS object from a Reader.
|
void |
CSSNodeStyle.setProperty(String property,
String value,
int i) |
void |
CSSEdgeStyle.setProperty(String property,
String value,
int i) |
void |
CSSStyle.setProperty(String property,
String value,
int i)
Define the value of a property of a style
|
Copyright © 2005–2020. All rights reserved.