Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.RectangleBuilder
Packages that use ALspComplexStroke.RectangleBuilder
-
Uses of ALspComplexStroke.RectangleBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.RectangleBuilderModifier and TypeMethodDescriptionSets the fill color.ALspComplexStroke.filledRect()Creates a new filled rectangle builder.ALspComplexStroke.RectangleBuilder.fillTexture(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.RectangleBuilder.height(double aMinHeight, double aMaxHeight) Sets the minimum and maximum height of the rectangle, relative to the base line.ALspComplexStroke.RectangleBuilder.length(double aLengthFixed) Sets the length of this stroke, in pixels.ALspComplexStroke.RectangleBuilder.lengthRelative(double aLengthRelative) Sets the length of this stroke as a value relative to the length of the line.Sets the line color.ALspComplexStroke.RectangleBuilder.lineTexture(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.RectangleBuilder.lineWidth(double aLineWidth) Sets the line width.ALspComplexStroke.RectangleBuilder.maxHeight(double aMaxHeight) Sets the maximum height of the rectangle, relative to the base line.ALspComplexStroke.RectangleBuilder.minHeight(double aMinHeight) Sets the minimum height of the rectangle, relative to the base line.ALspComplexStroke.rect()Creates a new rectangle builder.