case class CategoryAxis(key: String, tickStyle: Axis.TickStyle.Value, labelOrientation: Double, labelFont: FontData, name: Option[NameSettings], displaySide: Axis.DisplaySide.Value) extends Axis with Product with Serializable
Axis with text categories for labels instead of numeric values.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CategoryAxis
- Serializable
- Serializable
- Product
- Equals
- Axis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CategoryAxis(key: String, tickStyle: Axis.TickStyle.Value, labelOrientation: Double, labelFont: FontData, name: Option[NameSettings], displaySide: Axis.DisplaySide.Value)
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 boundsAndSizing(r: Renderer, bounds: Bounds, orient: Axis.RenderOrientation.Value, categories: Seq[String]): (Bounds, Double, Bounds, Double)
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
val
displaySide: Axis.DisplaySide.Value
- Definition Classes
- CategoryAxis → Axis
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isDrawn: Boolean
- Definition Classes
- CategoryAxis → Axis
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- val labelFont: FontData
- val labelOrientation: Double
-
val
name: Option[NameSettings]
- Definition Classes
- CategoryAxis → Axis
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def render(r: Renderer, tickBounds: Bounds, tickFontSize: Double, nameBounds: Bounds, aggBounds: Option[Bounds], nextAxis: Option[Axis], nameFontSize: Double, orient: Axis.RenderOrientation.Value, categories: Seq[String], catLocs: CategoryLoc): Option[Bounds]
- def renderInfo(categories: Seq[String], orient: Axis.RenderOrientation.Value, r: Renderer, bounds: Seq[Bounds]): (CategoryLoc, Double, Double, AxisRenderer)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tickStyle: Axis.TickStyle.Value
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )