Object/Class

scalatikz.pgf.plots.enums

Mark

Related Docs: class Mark | package enums

Permalink

object Mark extends Enum[Mark]

Linear Supertypes
Enum[Mark], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mark
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. object ASTERISK extends Mark with Product with Serializable

    Permalink
  5. object BALL extends Mark with Product with Serializable

    Permalink
  6. object CIRCLE extends Mark with Product with Serializable

    Permalink
  7. object CUBE extends Mark with Product with Serializable

    Permalink
  8. object CUBE_FILLED extends Mark with Product with Serializable

    Permalink
  9. object DASH extends Mark with Product with Serializable

    Permalink
  10. object DIAMOND extends Mark with Product with Serializable

    Permalink
  11. object DIAMOND_FILLED extends Mark with Product with Serializable

    Permalink
  12. object DOT extends Mark with Product with Serializable

    Permalink
  13. object HALF_CIRCLE extends Mark with Product with Serializable

    Permalink
  14. object HALF_CIRCLE_FILLED extends Mark with Product with Serializable

    Permalink
  15. object HALF_DIAMOND extends Mark with Product with Serializable

    Permalink
  16. object HALF_SQUARE extends Mark with Product with Serializable

    Permalink
  17. object HALF_SQUARE_LEFT extends Mark with Product with Serializable

    Permalink
  18. object HALF_SQUARE_RIGHT extends Mark with Product with Serializable

    Permalink
  19. object NONE extends Mark with Product with Serializable

    Permalink
  20. object O_PLUS extends Mark with Product with Serializable

    Permalink
  21. object O_PLUS_FILLED extends Mark with Product with Serializable

    Permalink
  22. object O_TIMES extends Mark with Product with Serializable

    Permalink
  23. object O_TIMES_FILLED extends Mark with Product with Serializable

    Permalink
  24. object PENTAGON extends Mark with Product with Serializable

    Permalink
  25. object PENTAGON_FILLED extends Mark with Product with Serializable

    Permalink
  26. object PLUS extends Mark with Product with Serializable

    Permalink
  27. object SQUARE extends Mark with Product with Serializable

    Permalink
  28. object SQUARE_FILLED extends Mark with Product with Serializable

    Permalink
  29. object STAR extends Mark with Product with Serializable

    Permalink
  30. object TEN_POINTED_STAR extends Mark with Product with Serializable

    Permalink
  31. object TRIANGLE extends Mark with Product with Serializable

    Permalink
  32. object TRIANGLE_FILLED extends Mark with Product with Serializable

    Permalink
  33. object X extends Mark with Product with Serializable

    Permalink
  34. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  35. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. macro def findValues: IndexedSeq[Mark]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def indexOf(member: Mark): Int

    Permalink
    Definition Classes
    Enum
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. final lazy val lowerCaseNamesToValuesMap: Map[String, Mark]

    Permalink
    Definition Classes
    Enum
  45. lazy val namesToValuesMap: Map[String, Mark]

    Permalink
    Definition Classes
    Enum
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final lazy val upperCaseNameValuesToMap: Map[String, Mark]

    Permalink
    Definition Classes
    Enum
  52. val values: IndexedSeq[Mark]

    Permalink
    Definition Classes
    Mark → Enum
  53. final lazy val valuesToIndex: Map[Mark, Int]

    Permalink
    Definition Classes
    Enum
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withName(name: String): Mark

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  58. def withNameInsensitive(name: String): Mark

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  59. def withNameInsensitiveOption(name: String): Option[Mark]

    Permalink
    Definition Classes
    Enum
  60. def withNameLowercaseOnly(name: String): Mark

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  61. def withNameLowercaseOnlyOption(name: String): Option[Mark]

    Permalink
    Definition Classes
    Enum
  62. def withNameOption(name: String): Option[Mark]

    Permalink
    Definition Classes
    Enum
  63. def withNameUppercaseOnly(name: String): Mark

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  64. def withNameUppercaseOnlyOption(name: String): Option[Mark]

    Permalink
    Definition Classes
    Enum

Inherited from Enum[Mark]

Inherited from AnyRef

Inherited from Any

Ungrouped