Trait

com.kodekutters.ms

SymbolStyle

Related Doc: package ms

Permalink

trait SymbolStyle extends Object with SymbolOption

the Symbol style option

Annotations
@RawJSType() @ScalaJSDefined()
Linear Supertypes
SymbolOption, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolStyle
  2. SymbolOption
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alternateMedal: UndefOr[Boolean]

    Permalink

    MIL-STD-2525D lets you choose between MEDAL and alternate MEDAL icons for mine warefare symbols, the default in milsymbol is using MEDAL icons, but you can change this using setting this property to true.

    MIL-STD-2525D lets you choose between MEDAL and alternate MEDAL icons for mine warefare symbols, the default in milsymbol is using MEDAL icons, but you can change this using setting this property to true.

    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val civilianColor: UndefOr[Boolean]

    Permalink

    2525C specifics purple as an optional color for civilian symbols.

    2525C specifics purple as an optional color for civilian symbols. Of course we like this color so we set it as valault.

    Annotations
    @JSOptional()
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colorMode: UndefOr[ColorMode]

    Permalink

    This is the option for setting what Color object to use for the fill of the symbols.

    This is the option for setting what Color object to use for the fill of the symbols. You can use MS.colorMode to create a new color mode, or MS.getColorMode to get an existing color mode.

    Annotations
    @JSOptional()
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. val fill: UndefOr[Boolean]

    Permalink

    Should your symbol be filled with color.

    Should your symbol be filled with color.

    Annotations
    @JSOptional()
  12. val fillOpacity: UndefOr[Double]

    Permalink

    The opacity of the symbol fill color.

    The opacity of the symbol fill color.

    Annotations
    @JSOptional()
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val frame: UndefOr[Boolean]

    Permalink

    Should your symbol have a frame.

    Should your symbol have a frame. All symbols support to be unframed, not just the ones specified in 2525B.

    Annotations
    @JSOptional()
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. val hqStafLength: UndefOr[Double]

    Permalink

    Overrides the global Headquarters staf length

    Overrides the global Headquarters staf length

    Annotations
    @JSOptional()
  19. val icon: UndefOr[Boolean]

    Permalink

    Should your symbol have an icon.

    Should your symbol have an icon.

    Annotations
    @JSOptional()
  20. val infoColor: UndefOr[String]

    Permalink

    This will be used for texts in the text fields surrounding the symbol.

    This will be used for texts in the text fields surrounding the symbol. It is a color that is either a keyword or a numerical RGB specification.

    Annotations
    @JSOptional()
  21. val infoFields: UndefOr[Boolean]

    Permalink

    If you have set some text fields and direction but don't want them to be displayed you can set infoFields to false.

    If you have set some text fields and direction but don't want them to be displayed you can set infoFields to false. This makes it possible to initiate the object with all information you got but not display it.

    Annotations
    @JSOptional()
  22. val infoSize: UndefOr[Double]

    Permalink

    The size of the text fields surrounding the symbol.

    The size of the text fields surrounding the symbol.

    Annotations
    @JSOptional()
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  25. val monoColor: UndefOr[String]

    Permalink

    A color that is either a keyword or a numerical RGB specification.

    A color that is either a keyword or a numerical RGB specification. If you set this the symbol will be monochrome and unfilled using the color provided.

    Annotations
    @JSOptional()
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val outlineColor: UndefOr[String]

    Permalink

    symbol outline color

    symbol outline color

    Annotations
    @JSOptional()
  30. val outlineWidth: UndefOr[Double]

    Permalink

    symbol outline width

    symbol outline width

    Annotations
    @JSOptional()
  31. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  32. val size: UndefOr[Double]

    Permalink

    The L value for your symbol, where the L value is the width of the icon octagon.

    The L value for your symbol, where the L value is the width of the icon octagon.

    Annotations
    @JSOptional()
  33. val strokeWidth: UndefOr[Double]

    Permalink

    The stroke width of the symbol.

    The stroke width of the symbol.

    Annotations
    @JSOptional()
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SymbolOption

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped