ImageFlags

com.netflix.atlas.eval.graph.ImageFlags
case class ImageFlags(title: Option[String], width: Int, height: Int, zoom: Double, axes: Map[Int, Axis], axisPerLine: Boolean, showLegend: Boolean, showLegendStats: Boolean, showOnlyGraph: Boolean, vision: VisionType, palette: String, theme: String, layout: Layout, hints: Set[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def axisPalette(settings: DefaultSettings, index: Int): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product