Package org.openjump.util
Interface SLDImporter.FillStyle
-
- All Known Subinterfaces:
SLDImporter.SizedStrokeFillStyle
,SLDImporter.StrokeFillStyle
- All Known Implementing Classes:
BasicStyle
,BitmapVertexStyle
,CircleVertexStyle
,CrossVertexStyle
,RingVertexStyle
,SquareVertexStyle
,StarVertexStyle
,TriangleVertexStyle
,VertexStyle
,XBasicStyle
- Enclosing class:
- SLDImporter
public static interface SLDImporter.FillStyle
FillStyle
- Version:
- $Revision:$, $Date:$
- Author:
- Andreas Schmitz, last edited by: $Author:$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAlpha(int a)
void
setFillColor(Color c)
-
-
-
Method Detail
-
setFillColor
void setFillColor(Color c)
- Parameters:
c
- a Color
-
setAlpha
void setAlpha(int a)
- Parameters:
a
- alpha channel
-
-