Uses of Class
org.graphstream.ui.graphicGraph.stylesheet.Rule
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph | |
| org.graphstream.ui.graphicGraph.stylesheet | |
| org.graphstream.ui.graphicGraph.stylesheet.parser |
-
Uses of Rule in org.graphstream.ui.graphicGraph
Methods in org.graphstream.ui.graphicGraph with parameters of type Rule Modifier and Type Method Description voidStyleGroupSet. styleAdded(Rule oldRule, Rule newRule)Constructor parameters in org.graphstream.ui.graphicGraph with type arguments of type Rule Constructor Description StyleGroup(String identifier, Collection<Rule> rules, Element firstElement, StyleGroupSet.EventSet eventSet)New style group for a first graph element and the set of style rules that matches it. -
Uses of Rule in org.graphstream.ui.graphicGraph.stylesheet
Fields in org.graphstream.ui.graphicGraph.stylesheet declared as Rule Modifier and Type Field Description RuleStyleSheet. defaultRuleThe top-level default rule.RuleStyleSheet.NameSpace. defaultRuleThe default rule for this kind of elements.Fields in org.graphstream.ui.graphicGraph.stylesheet with type parameters of type Rule Modifier and Type Field Description HashMap<String,Rule>StyleSheet.NameSpace. byClassThe set of rules for this kind of elements with a given class.HashMap<String,Rule>StyleSheet.NameSpace. byIdThe set of rules for this kind of elements with a given identifier.Methods in org.graphstream.ui.graphicGraph.stylesheet that return Rule Modifier and Type Method Description RuleStyleSheet. getDefaultEdgeRule()The default rule for edges.RuleStyleSheet. getDefaultGraphRule()The default rule for graphs.RuleStyleSheet. getDefaultNodeRule()The default rule for nodes.RuleStyleSheet. getDefaultSpriteRule()The default rule for sprites.RuleStyle. getParent()The parent style.Methods in org.graphstream.ui.graphicGraph.stylesheet that return types with arguments of type Rule Modifier and Type Method Description ArrayList<Rule>StyleSheet. getRulesFor(Element element)Get the rules that match a given element.Methods in org.graphstream.ui.graphicGraph.stylesheet with parameters of type Rule Modifier and Type Method Description voidStyle. addAlternateStyle(String event, Rule alternateStyle)Add an alternative style for specific events.voidStyleSheet. addRule(Rule newRule)Add a new rule with its style.voidStyle. reparent(Rule parent)Set or change the parent of the style.voidStyleSheetListener. styleAdded(Rule oldRule, Rule newRule)A style was changed or added.Method parameters in org.graphstream.ui.graphicGraph.stylesheet with type arguments of type Rule Modifier and Type Method Description StringStyleSheet. getStyleGroupIdFor(Element element, ArrayList<Rule> rules)Compute the name of the style group and element will pertain to knowing its styling rules. -
Uses of Rule in org.graphstream.ui.graphicGraph.stylesheet.parser
Methods in org.graphstream.ui.graphicGraph.stylesheet.parser that return Rule Modifier and Type Method Description RuleStyleSheetParser. rule()