Uses of Class
org.graphstream.ui.graphicGraph.stylesheet.Value
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph.stylesheet | |
| org.graphstream.ui.graphicGraph.stylesheet.parser | |
| org.graphstream.ui.view.util |
-
Uses of Value in org.graphstream.ui.graphicGraph.stylesheet
Methods in org.graphstream.ui.graphicGraph.stylesheet that return Value Modifier and Type Method Description static ValueStyleConstants. convertValue(Object value)Convert an object to a value with units.ValueStyle. getShadowWidth()Width of the element shadow.ValueStyle. getStrokeWidth()Width of the element contour.ValueStyle. getTextSize()The text size in points.Methods in org.graphstream.ui.graphicGraph.stylesheet with parameters of type Value Modifier and Type Method Description booleanValue. equals(Value o) -
Uses of Value in org.graphstream.ui.graphicGraph.stylesheet.parser
Methods in org.graphstream.ui.graphicGraph.stylesheet.parser that return Value Modifier and Type Method Description ValueStyleSheetParser. value() -
Uses of Value in org.graphstream.ui.view.util
Methods in org.graphstream.ui.view.util with parameters of type Value Modifier and Type Method Description doubleGraphMetrics. lengthToGu(Value value)Convert a value in a given units to graph units.doubleGraphMetrics. lengthToPx(Value value)Convert a value in a given units to pixels.