@Deprecated
public static interface DisplaySettings.ContrastSettings
Modifier and Type | Method and Description |
---|---|
java.lang.Double[] |
getContrastGammas()
Deprecated.
|
java.lang.Integer[] |
getContrastMaxes()
Deprecated.
|
java.lang.Integer[] |
getContrastMins()
Deprecated.
|
java.lang.Boolean |
getIsVisible()
Deprecated.
Use
isVisible() |
int |
getNumComponents()
Deprecated.
|
java.lang.Double |
getSafeContrastGamma(int component,
java.lang.Double defaultVal)
Deprecated.
|
java.lang.Integer |
getSafeContrastMax(int component,
java.lang.Integer defaultVal)
Deprecated.
|
java.lang.Integer |
getSafeContrastMin(int component,
java.lang.Integer defaultVal)
Deprecated.
|
java.lang.Boolean |
isVisible()
Deprecated.
Use isVisible
|
@Deprecated java.lang.Integer[] getContrastMins()
@Deprecated java.lang.Integer getSafeContrastMin(int component, java.lang.Integer defaultVal)
component
- The component index to use. For example, for an
RGB image, a value of 0 would indicate the red component.
For single-component images, use an index of 0.defaultVal
- Value to return if there is no value available for
the specified component number.@Deprecated java.lang.Integer[] getContrastMaxes()
@Deprecated java.lang.Integer getSafeContrastMax(int component, java.lang.Integer defaultVal)
component
- The component index to use. For example, for an
RGB image, a value of 0 would indicate the red component.
For single-component images, use an index of 0.defaultVal
- Value to return if there is no value available for
the specified component number.@Deprecated java.lang.Double[] getContrastGammas()
@Deprecated java.lang.Double getSafeContrastGamma(int component, java.lang.Double defaultVal)
component
- The component index to use. For example, for an
RGB image, a value of 0 would indicate the red component.
For single-component images, use an index of 0.defaultVal
- Value to return if there is no value available for
the specified component number.@Deprecated java.lang.Boolean getIsVisible()
isVisible()
isVisible
.@Deprecated java.lang.Boolean isVisible()
@Deprecated int getNumComponents()