case class Pad(position: Position, pad: Double) extends PlotComponent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pad
- Serializable
- Product
- Equals
- PlotComponent
- FacetedPlotComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val pad: Double
- val position: Position
The position of this component.
The position of this component.
- Definition Classes
- Pad → FacetedPlotComponent
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render(plot: Plot, extent: Extent)(implicit theme: Theme): Drawable
- Definition Classes
- Pad → PlotComponent
- final def render(plot: Plot, extent: Extent, row: Int, column: Int)(implicit theme: Theme): Drawable
Render the component for a particular facet.
Render the component for a particular facet.
- plot
The plot or subplot if a facet.
- extent
The extent this component gets.
- row
The facet row (or 0).
- column
The facet column (or 0).
- Definition Classes
- PlotComponent → FacetedPlotComponent
- val repeated: Boolean
Determine if this component is repeated in facets.
Determine if this component is repeated in facets. For example, axes and backgrounds are repeated.
- Definition Classes
- FacetedPlotComponent
- def size(plot: Plot): Extent
Get the minimum size of this component.
Get the minimum size of this component.
- Definition Classes
- Pad → FacetedPlotComponent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated