StyleVocabulary

com.netflix.atlas.core.model.StyleVocabulary
object StyleVocabulary extends Vocabulary

Attributes

Graph
Supertypes
trait Vocabulary
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Alpha extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Alpha.type
case object Axis extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Axis.type
case object Color extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Color.type
case object Decode extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Decode.type
object Filter extends Word

Attributes

Supertypes
trait Word
class Object
trait Matchable
class Any
Self type
Filter.type
case object Legend extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Legend.type
case object Limit extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Limit.type
case object LineStyle extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
LineStyle.type
case object LineWidth extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
LineWidth.type
case object Offset extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Offset.type
case object Order extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Order.type
case object Palette extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Palette.type
case object SearchAndReplace extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
case object Sort extends StyleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StyleWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Sort.type
sealed trait StyleWord extends SimpleWord

Attributes

Supertypes
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Known subtypes
object Axis
object Legend
object Limit
object LineStyle
object LineWidth
object Order
object Sort
Show all

Value members

Inherited methods

def allWords: List[Word]

Return a flattened list of all words from this vocabulary plus words from all dependencies.

Return a flattened list of all words from this vocabulary plus words from all dependencies.

Attributes

Inherited from:
Vocabulary

Return a flattened list of all dependency vocabularies.

Return a flattened list of all dependency vocabularies.

Attributes

Inherited from:
Vocabulary
def toMarkdown: String

Attributes

Inherited from:
Vocabulary

Concrete fields

val dependsOn: List[Vocabulary]
val name: String
val words: List[Word]