Class Style

java.lang.Object
org.graphstream.ui.graphicGraph.stylesheet.StyleConstants
org.graphstream.ui.graphicGraph.stylesheet.Style
Direct Known Subclasses:
StyleGroup

public class Style
extends StyleConstants
A style is a whole set of settings for a graphic element.

Styles inherit each others. By default a style is all set to invalid values meaning "unset". This means that the value is to be taken from the parent. The getters are able to resolve this process by themselves and therefore must be used instead of a direct access to fields.