Uses of Interface
de.xima.fc.common.graphdot.AttributeListBuilder.IMixinLength
-
Packages that use AttributeListBuilder.IMixinLength Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of AttributeListBuilder.IMixinLength in de.xima.fc.common.graphdot
Subinterfaces of AttributeListBuilder.IMixinLength in de.xima.fc.common.graphdot Modifier and Type Interface Description static interface
AttributeListBuilder.IMixinLengthInches<A extends AttributeListBuilder.ITypedAttribute<Length.Inches>>
Mixin for attributes that accept a length with the unit inches.static interface
AttributeListBuilder.IMixinLengthPoints<A extends AttributeListBuilder.ITypedAttribute<Length.Points>>
Mixin for attributes that accept a length with the unit pints.Classes in de.xima.fc.common.graphdot that implement AttributeListBuilder.IMixinLength Modifier and Type Class Description static class
AttributeListBuilder.AttributeFontSize
Thefontsize
attribute.static class
AttributeListBuilder.AttributeHeight
Thewith
attribute.static class
AttributeListBuilder.AttributeMargin
Themargin
attribute.static class
AttributeListBuilder.AttributeNodeSeparation
Thenodsep
attribute.static class
AttributeListBuilder.AttributePenWidth
Thepenwith
attribute.static class
AttributeListBuilder.AttributeWidth
Thewith
attribute.
-