case class ThemableDecorationAttachmentRenderOptions(contentText: String = null, contentIconPath: String = null, border: String = null, borderColor: String = null, fontStyle: String = null, fontWeight: String = null, textDecoration: String = null, color: String = null, backgroundColor: String = null, margin: String = null, width: String = null, height: String = null, opacity: java.lang.Double = null, light: ThemableDecorationAttachmentRenderOptions = null, dark: ThemableDecorationAttachmentRenderOptions = null) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThemableDecorationAttachmentRenderOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ThemableDecorationAttachmentRenderOptions(contentText: String = null, contentIconPath: String = null, border: String = null, borderColor: String = null, fontStyle: String = null, fontWeight: String = null, textDecoration: String = null, color: String = null, backgroundColor: String = null, margin: String = null, width: String = null, height: String = null, opacity: java.lang.Double = null, light: ThemableDecorationAttachmentRenderOptions = null, dark: ThemableDecorationAttachmentRenderOptions = null)
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
- val backgroundColor: String
- val border: String
- val borderColor: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val color: String
- val contentIconPath: String
- val contentText: String
- val dark: ThemableDecorationAttachmentRenderOptions
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val fontStyle: String
- val fontWeight: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val light: ThemableDecorationAttachmentRenderOptions
- val margin: String
-
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()
- val opacity: java.lang.Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val textDecoration: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val width: String