class PaneBackground extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
pane-background
- Alphabetic
- By Inheritance
- PaneBackground
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new PaneBackground()
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: UndefOr[|[String, Object]]
The background color or gradient for the pane.
The background color or gradient for the pane.
- Since
2.3.0
-
val
borderColor: UndefOr[|[String, Object]]
The pane background border color.
The pane background border color.
- Since
2.3.0
-
val
borderWidth: UndefOr[Double]
The pixel border width of the pane background.
The pixel border width of the pane background.
- Since
2.3.0
-
val
className: UndefOr[String]
The class name for this background.
The class name for this background.
- Since
5.0.0
Example: -
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
innerRadius: UndefOr[|[Double, String]]
The inner radius of the pane background.
The inner radius of the pane background. Can be either numeric (pixels) or a percentage string.
- Since
2.3.0
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
outerRadius: UndefOr[|[Double, String]]
The outer radius of the circular pane background.
The outer radius of the circular pane background. Can be either numeric (pixels) or a percentage string.
- Since
2.3.0
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
shape: UndefOr[String]
Tha shape of the pane background.
Tha shape of the pane background. When
solid, the background is circular. Whenarc, the background extends only from the min to the max of the value axis.- Since
2.3.0
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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( ... )