Uses of Class
de.xima.fc.common.graphdot.LengthList
Packages that use LengthList
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of LengthList in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type LengthListModifier and TypeInterfaceDescriptionstatic interfaceAttributeListBuilder.IMixinLengthList<L extends Length, A extends AttributeListBuilder.ITypedAttribute<LengthList<L>>>Mixin for attributes that accept a length with the some unit.static interfaceAttributeListBuilder.IMixinLengthListInches<A extends AttributeListBuilder.ITypedAttribute<LengthList<Length.Inches>>>Mixin for attributes that accept a length with the unit inches.Subclasses with type arguments of type LengthList in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classTheranksepattribute.Subinterfaces with type arguments of type LengthList in de.xima.fc.common.graphdotModifier and TypeInterfaceDescriptionstatic interfaceAttributeListBuilder.IMixinLengthList<L extends Length, A extends AttributeListBuilder.ITypedAttribute<LengthList<L>>>Mixin for attributes that accept a length with the some unit.Classes in de.xima.fc.common.graphdot that implement interfaces with type arguments of type LengthListModifier and TypeClassDescriptionstatic final classTheranksepattribute.Methods in de.xima.fc.common.graphdot that return LengthListModifier and TypeMethodDescriptionLengthList.LengthListFactory.fromCentimeters(double centimeters) Creates a length list from a centimeter value.LengthList.LengthListFactory.fromCentimeters(double... centimeters) Creates a length list from centimeter values.LengthList.LengthListFactory.fromDecimeters(double decimeters) Creates a length list from a decimeter value.LengthList.LengthListFactory.fromDecimeters(double... decimeters) Creates a length list from decimeter values.LengthList.LengthListFactory.fromInches(double inches) Creates a length list from an inches value.LengthList.LengthListFactory.fromInches(double... inches) Creates a length list from inch values.LengthList.LengthListFactory.fromMillimeters(double millimeters) Creates a length list from a millimeters value.LengthList.LengthListFactory.fromMillimeters(double... millimeters) Creates a length list from millimeter values.LengthList.LengthListFactory.fromPoints(double points) Creates a length list from a point value.LengthList.LengthListFactory.fromPoints(double... points) Creates a length list from point values.static <L extends Length>
LengthList<L> LengthList.of(L... lengths) Creates a double list from the given doubles.