Object

com.netflix.atlas.chart.graphics

Constants

Related Doc: package graphics

Permalink

object Constants

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Dimensions(width: Int, height: Int) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val backgroundColor: Color

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. val dashedStroke: Stroke

    Permalink

    Dashed stroke typically used for grid lines.

  8. def dimensions(font: Font): Dimensions

    Permalink

    Determine the dimensions for a single character using font.

    Determine the dimensions for a single character using font. It is assumed that the font is monospaced.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val largeFont: Font

    Permalink

    Large sized monospaced font.

  15. val largeFontDims: Dimensions

    Permalink

    Dimensions for a character using the large font.

  16. val majorGridColor: Color

    Permalink
  17. val majorGridStyle: Style

    Permalink
  18. val minWidthForStats: Int

    Permalink

    Minimum width required for text elements.

    Minimum width required for text elements. Value was chosen to allow the typical legend with stats to show cleanly. It also keeps the cutoff below the level of sizes that are frequently used in practice.

  19. val minWidthForText: Int

    Permalink

    Minimum width required for text elements.

    Minimum width required for text elements. Value was chosen to allow typical messages to display with a reasonable level of wrapping.

  20. val minorGridColor: Color

    Permalink
  21. val minorGridStyle: Style

    Permalink
  22. val monospaceFont: Font

    Permalink

    Base monospaced font used for graphics.

    Base monospaced font used for graphics. Monospace is used to make the layout easier.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. val normalFont: Font

    Permalink

    Normal sized monospaced font.

  25. val normalFontDims: Dimensions

    Permalink

    Dimensions for a character using the normal font.

  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. val refGraphics: Graphics2D

    Permalink
  29. val refImage: BufferedImage

    Permalink

    For some of the font operations a graphics context is needed.

    For some of the font operations a graphics context is needed. This is a simple dummy instance that can be used for cases where we need to determine the size before the actual image object is created.

  30. val smallFont: Font

    Permalink

    Small sized monospaced font.

  31. val smallFontDims: Dimensions

    Permalink

    Dimensions for a character using the small font.

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped