public class GraphStyle extends Object
Modifier and Type | Field and Description |
---|---|
String |
errorFontName |
int |
errorFontSize |
boolean |
fill |
int |
height |
String |
infoFontName |
int |
infoFontSize |
boolean |
key |
String |
labelFontName |
int |
labelFontSize |
boolean |
termIds |
int |
width |
Constructor and Description |
---|
GraphStyle()
Create default style.
|
GraphStyle(Map<String,String> parameters)
Create a custom style
TODO implement configuration options.
|
public int labelFontSize
public String labelFontName
public int infoFontSize
public String infoFontName
public int errorFontSize
public String errorFontName
public boolean termIds
public boolean fill
public int height
public int width
public boolean key
@Deprecated public static void main(String[] args)
Copyright © 2010–2015. All rights reserved.