SlicerStyleType

Inheritance: java.lang.Object

public final class SlicerStyleType

Specify the style of slicer view

Fields

FieldDescription
CUSTOMuser-defined style, unsupported for now
SLICER_STYLE_DARK_1built-in dark style one
SLICER_STYLE_DARK_2built-in dark style tow
SLICER_STYLE_DARK_3built-in dark style three
SLICER_STYLE_DARK_4built-in dark style four
SLICER_STYLE_DARK_5built-in dark style five
SLICER_STYLE_DARK_6built-in dark style six
SLICER_STYLE_LIGHT_1built-in light style one
SLICER_STYLE_LIGHT_2built-in light style two
SLICER_STYLE_LIGHT_3built-in light style three
SLICER_STYLE_LIGHT_4built-in light style four
SLICER_STYLE_LIGHT_5built-in light style five
SLICER_STYLE_LIGHT_6built-in light style six
SLICER_STYLE_OTHER_1built-in style other one
SLICER_STYLE_OTHER_2built-in style other two

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CUSTOM

public static final int CUSTOM

user-defined style, unsupported for now

Remarks

unsupported

SLICER_STYLE_DARK_1

public static final int SLICER_STYLE_DARK_1

built-in dark style one

SLICER_STYLE_DARK_2

public static final int SLICER_STYLE_DARK_2

built-in dark style tow

SLICER_STYLE_DARK_3

public static final int SLICER_STYLE_DARK_3

built-in dark style three

SLICER_STYLE_DARK_4

public static final int SLICER_STYLE_DARK_4

built-in dark style four

SLICER_STYLE_DARK_5

public static final int SLICER_STYLE_DARK_5

built-in dark style five

SLICER_STYLE_DARK_6

public static final int SLICER_STYLE_DARK_6

built-in dark style six

SLICER_STYLE_LIGHT_1

public static final int SLICER_STYLE_LIGHT_1

built-in light style one

SLICER_STYLE_LIGHT_2

public static final int SLICER_STYLE_LIGHT_2

built-in light style two

SLICER_STYLE_LIGHT_3

public static final int SLICER_STYLE_LIGHT_3

built-in light style three

SLICER_STYLE_LIGHT_4

public static final int SLICER_STYLE_LIGHT_4

built-in light style four

SLICER_STYLE_LIGHT_5

public static final int SLICER_STYLE_LIGHT_5

built-in light style five

SLICER_STYLE_LIGHT_6

public static final int SLICER_STYLE_LIGHT_6

built-in light style six

SLICER_STYLE_OTHER_1

public static final int SLICER_STYLE_OTHER_1

built-in style other one

SLICER_STYLE_OTHER_2

public static final int SLICER_STYLE_OTHER_2

built-in style other two

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int