Package com.luciad.format.s52
Interface ILcdS52LineStyle
public interface ILcdS52LineStyle
Style for outlining S-57 objects according to the S-52 standard.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the color token for painting the object.Returns the secondary line style.Returns the stroke for painting the object.
-
Method Details
-
getColorToken
String getColorToken()Returns the color token for painting the object. A color provider can convert a color token into an actual color. -
getStroke
Stroke getStroke()Returns the stroke for painting the object. -
getSecondaryLineStyle
ILcdS52LineStyle getSecondaryLineStyle()Returns the secondary line style. If notnull
, it defines an additional line style on top of this line style.
-