Class/Object

com.kodekutters.czml.czmlProperties

Label

Related Docs: object Label | package czmlProperties

Permalink

case class Label(eyeOffset: Option[CzmlCartesian] = None, fillColor: Option[ColorProperty] = None, font: Option[Font] = None, horizontalOrigin: Option[Origin[HORIZONTAL]] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, pixelOffset: Option[CzmlCartesian2] = None, scale: Option[Number] = None, show: Option[CzmlBoolean] = None, style: Option[Style] = None, text: Option[Text] = None, verticalOrigin: Option[Origin[VERTICAL]] = None) extends CzmlProperty with Product with Serializable

A string of text. The label is positioned in the scene by the position property.

eyeOffset

The eye offset of the label, which is the offset in eye coordinates at which to place the label relative to the position property. Eye coordinates are a left-handed coordinate system where the X-axis points toward the viewer's right, the Y-axis points up, and the Z-axis points into the screen.

fillColor

The fill color of the label.

font

The font to use for the label.

horizontalOrigin

The horizontal origin of the label. It controls whether the label is left-, center-, or right-aligned with the position.

outlineColor

The outline color of the label.

outlineWidth

The outline width of the label.

pixelOffset

The offset, in viewport pixels, of the label origin from the position. A pixel offset is the number of pixels up and to the right to place the label, relative to the position.

scale

The scale of the label. The scale is multiplied with the pixel size of the label's text. For example, if the scale is 2.0, the label will be rendered with twice the number of pixels, in each direction, of the text.

show

whether or not to show this property

style

The style of the label.

text

The text displayed by the label.

verticalOrigin

The vertical origin of the label. It controls whether the label image is bottom-, center-, or top-aligned with the position.

Linear Supertypes
Serializable, Serializable, Product, Equals, CzmlProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Label
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CzmlProperty
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Label(eyeOffset: Option[CzmlCartesian] = None, fillColor: Option[ColorProperty] = None, font: Option[Font] = None, horizontalOrigin: Option[Origin[HORIZONTAL]] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, pixelOffset: Option[CzmlCartesian2] = None, scale: Option[Number] = None, show: Option[CzmlBoolean] = None, style: Option[Style] = None, text: Option[Text] = None, verticalOrigin: Option[Origin[VERTICAL]] = None)

    Permalink

    eyeOffset

    The eye offset of the label, which is the offset in eye coordinates at which to place the label relative to the position property. Eye coordinates are a left-handed coordinate system where the X-axis points toward the viewer's right, the Y-axis points up, and the Z-axis points into the screen.

    fillColor

    The fill color of the label.

    font

    The font to use for the label.

    horizontalOrigin

    The horizontal origin of the label. It controls whether the label is left-, center-, or right-aligned with the position.

    outlineColor

    The outline color of the label.

    outlineWidth

    The outline width of the label.

    pixelOffset

    The offset, in viewport pixels, of the label origin from the position. A pixel offset is the number of pixels up and to the right to place the label, relative to the position.

    scale

    The scale of the label. The scale is multiplied with the pixel size of the label's text. For example, if the scale is 2.0, the label will be rendered with twice the number of pixels, in each direction, of the text.

    show

    whether or not to show this property

    style

    The style of the label.

    text

    The text displayed by the label.

    verticalOrigin

    The vertical origin of the label. It controls whether the label image is bottom-, center-, or top-aligned with the position.

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val eyeOffset: Option[CzmlCartesian]

    Permalink

    The eye offset of the label, which is the offset in eye coordinates at which to place the label relative to the position property.

    The eye offset of the label, which is the offset in eye coordinates at which to place the label relative to the position property. Eye coordinates are a left-handed coordinate system where the X-axis points toward the viewer's right, the Y-axis points up, and the Z-axis points into the screen.

  8. val fillColor: Option[ColorProperty]

    Permalink

    The fill color of the label.

  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val font: Option[Font]

    Permalink

    The font to use for the label.

  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val horizontalOrigin: Option[Origin[HORIZONTAL]]

    Permalink

    The horizontal origin of the label.

    The horizontal origin of the label. It controls whether the label is left-, center-, or right-aligned with the position.

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. val outlineColor: Option[ColorProperty]

    Permalink

    The outline color of the label.

  18. val outlineWidth: Option[Number]

    Permalink

    The outline width of the label.

  19. val pixelOffset: Option[CzmlCartesian2]

    Permalink

    The offset, in viewport pixels, of the label origin from the position.

    The offset, in viewport pixels, of the label origin from the position. A pixel offset is the number of pixels up and to the right to place the label, relative to the position.

  20. val scale: Option[Number]

    Permalink

    The scale of the label.

    The scale of the label. The scale is multiplied with the pixel size of the label's text. For example, if the scale is 2.0, the label will be rendered with twice the number of pixels, in each direction, of the text.

  21. val show: Option[CzmlBoolean]

    Permalink

    whether or not to show this property

  22. val style: Option[Style]

    Permalink

    The style of the label.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val text: Option[Text]

    Permalink

    The text displayed by the label.

  25. val verticalOrigin: Option[Origin[VERTICAL]]

    Permalink

    The vertical origin of the label.

    The vertical origin of the label. It controls whether the label image is bottom-, center-, or top-aligned with the position.

  26. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CzmlProperty

Inherited from AnyRef

Inherited from Any

Ungrouped