SlicerStyleType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class SlicerStyleType
Specify the style of slicer view
Fields
Field | Description |
---|---|
CUSTOM | user-defined style, unsupported for now |
SLICER_STYLE_DARK_1 | built-in dark style one |
SLICER_STYLE_DARK_2 | built-in dark style tow |
SLICER_STYLE_DARK_3 | built-in dark style three |
SLICER_STYLE_DARK_4 | built-in dark style four |
SLICER_STYLE_DARK_5 | built-in dark style five |
SLICER_STYLE_DARK_6 | built-in dark style six |
SLICER_STYLE_LIGHT_1 | built-in light style one |
SLICER_STYLE_LIGHT_2 | built-in light style two |
SLICER_STYLE_LIGHT_3 | built-in light style three |
SLICER_STYLE_LIGHT_4 | built-in light style four |
SLICER_STYLE_LIGHT_5 | built-in light style five |
SLICER_STYLE_LIGHT_6 | built-in light style six |
SLICER_STYLE_OTHER_1 | built-in style other one |
SLICER_STYLE_OTHER_2 | built-in style other two |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |