D
- The drawable type for which this is the DrawingInfopublic class DrawingInfoStripe<D extends Drawable> extends DrawingInfoLine<D>
Constructor and Description |
---|
DrawingInfoStripe(Colorer<D> lineColorer,
float lineWidth,
StripeType stripeType) |
DrawingInfoStripe(Color lineColor,
float lineWidth,
StripeType stripeType) |
DrawingInfoStripe(StripeType stripeType) |
Modifier and Type | Method and Description |
---|---|
StripeType |
getStripeType() |
getLineColor, getLineWidth, setLineColor, setLineColorer, setLineWidth
public DrawingInfoStripe(StripeType stripeType)
stripeType
- StripeType; the stripe typepublic DrawingInfoStripe(Color lineColor, float lineWidth, StripeType stripeType)
lineColor
- Color; the line colorlineWidth
- float; the line widthstripeType
- StripeType; the stripe typepublic DrawingInfoStripe(Colorer<D> lineColorer, float lineWidth, StripeType stripeType)
lineColorer
- Colorer<D>; the line colorerlineWidth
- float; the line widthstripeType
- StripeType; the stripe typepublic final StripeType getStripeType()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.