Package org.aoju.bus.image.nimble
Class StoredValue
java.lang.Object
org.aoju.bus.image.nimble.StoredValue
- Direct Known Subclasses:
StoredValue.Signed,StoredValue.Unsigned
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intmaxValue()abstract intminValue()abstract intvalueOf(int pixel) static StoredValuevalueOf(Attributes attrs)
-
Constructor Details
-
StoredValue
public StoredValue()
-
-
Method Details
-
valueOf
-
valueOf
public abstract int valueOf(int pixel) -
minValue
public abstract int minValue() -
maxValue
public abstract int maxValue()
-