final class Label extends AnyRef
- Alphabetic
- By Inheritance
- Label
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Label, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
angle: Double
Returns the angle of this label in radians.
-
final
def
angle_=(a: Double): Unit
Sets the angle of this label in radians.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Label) ⇒ Boolean, msg: ⇒ Any): Label
- def ensuring(cond: (Label) ⇒ Boolean): Label
- def ensuring(cond: Boolean, msg: ⇒ Any): Label
- def ensuring(cond: Boolean): Label
-
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
font: module.Imports.Font
Returns the font of this label.
-
final
def
font_=(font: module.Imports.Font): Unit
Sets the font of this label.
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
insets: module.Imports.RectangleInsets
Returns the insets (surrounding blank space) of this label.
-
final
def
insets_=(insets: module.Imports.RectangleInsets): Unit
Sets the insets (surrounding blank space) of this label.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
location: module.Imports.AxisLabelLocation
Returns the location of this label.
-
final
def
location_=(location: module.Imports.AxisLabelLocation): Unit
Sets the location of this label.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
paint: module.Imports.Paint
Returns the paint used to draw this label.
-
final
def
paint_=(paint: module.Imports.Paint): Unit
Sets the paint used to draw this label.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
text: String
Returns the text of this label.
-
final
def
text_=(s: String): Unit
Sets the text of this label.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- def →[B](y: B): (Label, B)