Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.TriangleBuilder
Packages that use ALspComplexStroke.TriangleBuilder
-
Uses of ALspComplexStroke.TriangleBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.TriangleBuilderModifier and TypeMethodDescriptionSets the fill color.ALspComplexStroke.filledTriangle
(double aX0, double aY0, double aX1, double aY1, double aX2, double aY2) Creates a builder used to create filled triangle stroke patterns.ALspComplexStroke.TriangleBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.Sets the line color.ALspComplexStroke.TriangleBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.TriangleBuilder.lineWidth
(double aLineWidth) Sets the line width.ALspComplexStroke.TriangleBuilder.p0
(double aX, double aY) Sets the first point of the triangleALspComplexStroke.TriangleBuilder.p1
(double aX, double aY) Sets the second point of the triangleALspComplexStroke.TriangleBuilder.p2
(double aX, double aY) Sets the third point of the triangleALspComplexStroke.TriangleBuilder.relativeCoordinates
(boolean aRelative) When set totrue
, the coordinates defined inaXs
will be interpreted as relative coordinates.ALspComplexStroke.triangle
(double aX0, double aY0, double aX1, double aY1, double aX2, double aY2) Creates a builder used to create triangle stroke patterns.