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 interfaceAttributeListBuilder.IMixinStyleList<X extends IStyle,A extends AttributeListBuilder.ITypedAttribute<StyleList<X>>>Mixin for attributes that accept a style list.classStyleList<S extends IStyle>A list of doubles.Classes in de.xima.fc.common.graphdot that implement IStyle Modifier and Type Class Description classEEdgeStyleGraphviz styles for edges.classENodeStyleGraphviz styles for nodes.classESubGraphStyleGraphviz styles for graphs and sub graphs.Methods in de.xima.fc.common.graphdot with parameters of type IStyle Modifier and Type Method Description default AAttributeListBuilder.IMixinStyleList. of(X... styles)Uses the given list of styles.
-