object Style extends Serializable
- Source
- style.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Style
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Align(horz: AlignHorizontal, vert: AlignVertical) extends Property with Product with Serializable
- sealed trait AlignHorizontal extends Property
- sealed trait AlignVertical extends Property
- case class Background(c: Color) extends Property with Product with Serializable
- trait ColorOption extends AnyRef
- implicit final class DrxStyleString extends AnyVal
- case class Fill(c: Color) extends FillOption with Product with Serializable
- sealed trait FillOption extends Property with ColorOption
- case class Font(name: String, size: Double) extends Property with Product with Serializable
- sealed trait Property extends AnyRef
- case class Rotate(r: Angle) extends Property with Product with Serializable
- case class ScaleProperty(t: Vec) extends Property with Product with Serializable
- case class Stroke(c: Color) extends StrokeOption with Product with Serializable
- sealed trait StrokeOption extends Property with ColorOption
- case class Transform(translate: Vec = Vec(0,0), rotate: Angle = Angle(0), scale: Vec = Vec(1,1)) extends Property with Product with Serializable
- case class Translate(t: Vec) extends Property with Product with Serializable
- case class Weight(value: Double) extends Property with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object Bottom extends AlignVertical with Product with Serializable
- case object Center extends AlignHorizontal with Product with Serializable
- case object Default extends Property with Product with Serializable
- case object FillNone extends FillOption with Product with Serializable
- object Font extends Serializable
- case object Left extends AlignHorizontal with Product with Serializable
- case object Midline extends AlignVertical with Product with Serializable
- case object Right extends AlignHorizontal with Product with Serializable
- case object StrokeNone extends StrokeOption with Product with Serializable
- case object Top extends AlignVertical with Product with Serializable
- object Transform extends Serializable