public abstract class StoredValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StoredValue.Signed |
static class |
StoredValue.Unsigned |
| Constructor and Description |
|---|
StoredValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
maxValue() |
abstract int |
minValue() |
static StoredValue |
valueOf(Attributes attrs) |
abstract int |
valueOf(int pixel) |
public static StoredValue valueOf(Attributes attrs)
public abstract int valueOf(int pixel)
public abstract int minValue()
public abstract int maxValue()
Copyright © 2021. All rights reserved.