Package locus.api.objects.styles
Class LineStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLineStyle.SymbolType how line is presented to user.
public enumLineStyle.ColoringSpecial color style for a lines.
public enumLineStyle.UnitsUsed units for line width.
public classLineStyle.Companion
-
Field Summary
Fields Modifier and Type Field Description private BooleandrawBaseprivate IntegercolorBaseprivate BooleandrawSymbolprivate IntegercolorSymbolprivate LineStyle.Symbolsymbolprivate LineStyle.Coloringcoloringprivate Floatwidthprivate LineStyle.Unitsunitsprivate BooleandrawOutlineprivate IntegercolorOutlineprivate BooleandrawFillprivate IntegercolorFillprivate final BooleanisDrawDefinedprivate final Storablecopyprivate final ByteArrayasBytespublic final static LineStyle.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description LineStyle()
-
Method Summary
-
-
Method Detail
-
getDrawBase
final Boolean getDrawBase()
-
setDrawBase
final Unit setDrawBase(Boolean drawBase)
-
getColorBase
final Integer getColorBase()
-
setColorBase
final Unit setColorBase(Integer colorBase)
-
getDrawSymbol
final Boolean getDrawSymbol()
-
setDrawSymbol
final Unit setDrawSymbol(Boolean drawSymbol)
-
getColorSymbol
final Integer getColorSymbol()
-
setColorSymbol
final Unit setColorSymbol(Integer colorSymbol)
-
getSymbol
final LineStyle.Symbol getSymbol()
-
setSymbol
final Unit setSymbol(LineStyle.Symbol symbol)
-
getColoring
final LineStyle.Coloring getColoring()
-
setColoring
final Unit setColoring(LineStyle.Coloring coloring)
-
getUnits
final LineStyle.Units getUnits()
-
setUnits
final Unit setUnits(LineStyle.Units units)
-
getDrawOutline
final Boolean getDrawOutline()
-
setDrawOutline
final Unit setDrawOutline(Boolean drawOutline)
-
getColorOutline
final Integer getColorOutline()
-
setColorOutline
final Unit setColorOutline(Integer colorOutline)
-
getDrawFill
final Boolean getDrawFill()
-
setDrawFill
final Unit setDrawFill(Boolean drawFill)
-
getColorFill
final Integer getColorFill()
-
setColorFill
final Unit setColorFill(Integer colorFill)
-
isDrawDefined
final Boolean isDrawDefined()
-
getColoringParam
final String getColoringParam(String key)
Get value for certain coloring parameter.
- Parameters:
key- key of parameter
-
setColoringParam
final Unit setColoringParam(String key, String value)
Put valid coloring parameter into container.
- Parameters:
key- key of parametervalue- parameter value
-
-
-
-