object axis extends Axis
- Alphabetic
- By Inheritance
- axis
- Axis
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
class
Label
extends AnyRef
Represents the label of an axis.
Represents the label of an axis.
- Definition Classes
- Axis
-
final
class
Line
extends AnyRef
Represents the line of an axis.
Represents the line of an axis.
- Definition Classes
- Axis
-
final
class
Ticks
extends AnyRef
Represents the tick marks of an axis.
Represents the tick marks of an axis.
- Definition Classes
- Axis
-
type
Peer = ValueAxis
Returns the peer axis type.
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[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
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
val
label: Label
Returns the label of this axis.
Returns the label of this axis.
- Definition Classes
- Axis
-
final
val
line: Line
Returns the line of this axis.
Returns the line of this axis.
- Definition Classes
- Axis
-
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
peer: ValueAxis
Returns the underlying axis.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
val
ticks: Ticks
Returns the tick marks of this axis.
Returns the tick marks of this axis.
- Definition Classes
- Axis
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
visible: Boolean
Returns true if this axis is visible.
Returns true if this axis is visible.
- Definition Classes
- Axis
-
final
def
visible_=(b: Boolean): Unit
Sets whether this axis is visible.
Sets whether this axis is visible.
- Definition Classes
- Axis
-
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( ... )