Uses of Class
com.luciad.view.lightspeed.style.TLspFillStyle.StipplePattern.Builder
Packages that use TLspFillStyle.StipplePattern.Builder
-
Uses of TLspFillStyle.StipplePattern.Builder in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspFillStyle.StipplePattern.BuilderModifier and TypeMethodDescriptionTLspFillStyle.StipplePattern.asBuilder()
Creates a new builder initialized with all the properties of this stipple pattern.TLspFillStyle.StipplePattern.Builder.drawLine
(int aX1, int aY1, int aX2, int aY2) Draws a line in this stipple pattern from the given starting point to the given end point.TLspFillStyle.StipplePattern.Builder.drawOval
(int aX, int aY, int aWidth, int aHeight) Draws an oval in this stipple pattern with the given top-left corner location, width and height The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.Builder.drawPolygon
(int[] aXPoints, int[] aYPoints, int aNPoints) Draws a polygon in this stipple pattern with the given point locations The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.Builder.drawRect
(int aX, int aY, int aWidth, int aHeight) Draws a rectangle in this stipple pattern with the given top left corner location, width and height The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.Builder.fillOval
(int aX, int aY, int aWidth, int aHeight) Draws a filled oval in this stipple pattern with the given top-left corner location, width and height The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.Builder.fillPolygon
(int[] aXPoints, int[] aYPoints, int aNPoints) Draws a filled polygon in this stipple pattern with the given point locations The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.Builder.fillRect
(int aX, int aY, int aWidth, int aHeight) Draws a filled rectangle in this stipple pattern with the given top left corner location, width and height The coordinates are image coordinates of the stipple pattern, so should be in the range from 0 to and including 31.TLspFillStyle.StipplePattern.newBuilder()
Creates a new builder with the default values.TLspFillStyle.StipplePattern.Builder.setStipplePattern
(byte[] aStipplePattern) Sets a new stipple pattern defined by the given byte array.