Package org.aoju.bus.image.nimble.codec
Class CompressionRule
java.lang.Object
org.aoju.bus.image.nimble.codec.CompressionRule
- All Implemented Interfaces:
Serializable,Comparable<CompressionRule>
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfinal String[]int[]final String[]final StringProperty[]final intfinal String[]final StringbooleanmatchesCondition(String aeTitle, ImageDescriptor imageDescriptor)
-
Constructor Details
-
CompressionRule
-
-
Method Details
-
getCommonName
-
getPhotometricInterpretations
-
getBitsStored
public int[] getBitsStored() -
getPixelRepresentation
public final int getPixelRepresentation() -
getAETitles
-
getSOPClasses
-
getBodyPartExamined
-
getTransferSyntax
-
getImageWriteParams
-
matchesCondition
-
compareTo
- Specified by:
compareToin interfaceComparable<CompressionRule>
-