|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
---|---|
org.graphstream.ui.graphicGraph | |
org.graphstream.ui.graphicGraph.stylesheet | |
org.graphstream.ui.graphicGraph.stylesheet.parser | |
org.graphstream.ui.swingViewer.util |
Uses of Style in org.graphstream.ui.graphicGraph |
---|
Subclasses of Style in org.graphstream.ui.graphicGraph | |
---|---|
class |
StyleGroup
A group of graph elements that share the same style. |
Uses of Style in org.graphstream.ui.graphicGraph.stylesheet |
---|
Fields in org.graphstream.ui.graphicGraph.stylesheet declared as Style | |
---|---|
Style |
Rule.style
The style. |
Methods in org.graphstream.ui.graphicGraph.stylesheet that return Style | |
---|---|
Style |
StyleSheet.getDefaultEdgeStyle()
The default style for edges. |
Style |
StyleSheet.getDefaultGraphStyle()
The default style for graphs. |
Style |
StyleSheet.getDefaultNodeStyle()
The default style for nodes. |
Style |
StyleSheet.getDefaultSpriteStyle()
The default style for sprites. |
Style |
Rule.getStyle()
This rule style. |
Methods in org.graphstream.ui.graphicGraph.stylesheet with parameters of type Style | |
---|---|
void |
Style.augment(Style other)
Copy all the settings of the other style that are set, excepted the parent. |
void |
Rule.setStyle(Style style)
Change the style. |
Uses of Style in org.graphstream.ui.graphicGraph.stylesheet.parser |
---|
Methods in org.graphstream.ui.graphicGraph.stylesheet.parser with parameters of type Style | |
---|---|
void |
StyleSheetParser.style(Style style)
|
void |
StyleSheetParser.styles(Style style)
|
void |
StyleSheetParser.stylesStart(Style style)
|
Uses of Style in org.graphstream.ui.swingViewer.util |
---|
Methods in org.graphstream.ui.swingViewer.util with parameters of type Style | |
---|---|
static Stroke |
StrokeFactory.generateStroke(Style style,
GraphMetrics metrics)
Generate a stroke of the appropriate width and style according to the given style and metrics. |
static Paint |
GradientFactory.gradientInArea(int x0,
int y0,
int width,
int height,
Style style)
Generate a gradient in the given pixel area following the given style. |
static Paint |
GradientFactory.linearGradientFromStyle(float x0,
float y0,
float x1,
float y1,
Style style)
Generate a linear gradient between two given points corresponding to the given style. |
static Paint |
GradientFactory.radialGradientFromStyle(float cx,
float cy,
float radius,
float fx,
float fy,
Style style)
Generate a radial gradient between whose center is at (cx,cy) with the given radius. |
static Paint |
GradientFactory.radialGradientFromStyle(float cx,
float cy,
float radius,
Style style)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |