Enum Trace.PointStyle

java.lang.Object
java.lang.Enum<Trace.PointStyle>
org.eclipse.nebula.visualization.xygraph.figures.Trace.PointStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Trace.PointStyle>, java.lang.constant.Constable
Enclosing class:
Trace

public static enum Trace.PointStyle
extends java.lang.Enum<Trace.PointStyle>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BAR  
    CIRCLE  
    CROSS  
    DIAMOND  
    FILLED_CIRCLE  
    FILLED_DIAMOND  
    FILLED_SQUARE  
    FILLED_TRIANGLE  
    NONE  
    POINT  
    SQUARE  
    TRIANGLE  
    XCROSS  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String[] stringValues()  
    java.lang.String toString()  
    static Trace.PointStyle valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Trace.PointStyle[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait