Uses of Record Class
org.opentrafficsim.base.StripeElement
Packages that use StripeElement
-
Uses of StripeElement in org.opentrafficsim.base
Methods in org.opentrafficsim.base that return StripeElementModifier and TypeMethodDescriptionstatic StripeElement
StripeElement.continuous
(org.djunits.value.vdouble.scalar.Length width, Color color) Creates a continuous stripe element.static StripeElement
StripeElement.dashed
(org.djunits.value.vdouble.scalar.Length width, Color color, org.djunits.value.vdouble.vector.LengthVector dashes) Creates a dashed stripe element.static StripeElement
StripeElement.gap
(org.djunits.value.vdouble.scalar.Length width) Creates a gap stripe element.