Uses of Interface
de.xima.fc.common.graphdot.IStyle
-
Packages that use IStyle Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IStyle in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IStyle Modifier and Type Interface Description static interface
AttributeListBuilder.IMixinStyleList<X extends IStyle,A extends AttributeListBuilder.ITypedAttribute<StyleList<X>>>
Mixin for attributes that accept a style list.class
StyleList<S extends IStyle>
A list of doubles.Classes in de.xima.fc.common.graphdot that implement IStyle Modifier and Type Class Description class
EEdgeStyle
Graphviz styles for edges.class
ENodeStyle
Graphviz styles for nodes.class
ESubGraphStyle
Graphviz styles for graphs and sub graphs.Methods in de.xima.fc.common.graphdot with parameters of type IStyle Modifier and Type Method Description default A
AttributeListBuilder.IMixinStyleList. of(X... styles)
Uses the given list of styles.
-