Package org.aoju.bus.image.galaxy.data
Class AttributesSelector
java.lang.Object
org.aoju.bus.image.galaxy.data.AttributesSelector
- All Implemented Interfaces:
Serializable
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributesSelector(int tag) AttributesSelector(int tag, String privateCreator) AttributesSelector(int tag, String privateCreator, List<ItemPointer> itemPointers) AttributesSelector(int tag, String privateCreator, ItemPointer... itemPointers) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()itemPointer(int index) intlevel()booleanmatches(List<ItemPointer> itemPointers, String privateCreator, int tag) selectStringValue(Attributes attrs, int valueIndex, String defVal) inttag()toString()static AttributesSelector
-
Constructor Details
-
AttributesSelector
public AttributesSelector(int tag) -
AttributesSelector
-
AttributesSelector
-
AttributesSelector
-
-
Method Details