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.FillStyleFillStyle- Version:
- $Revision:$, $Date:$
- Author:
- Andreas Schmitz, last edited by: $Author:$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAlpha(int a)voidsetFillColor(Color c)
-
-
-
Method Detail
-
setFillColor
void setFillColor(Color c)
- Parameters:
c- a Color
-
setAlpha
void setAlpha(int a)
- Parameters:
a- alpha channel
-
-