Package gov.nih.mipav.model.file
Class charls.charls_frame_info
java.lang.Object
gov.nih.mipav.model.file.charls.charls_frame_info
- Enclosing class:
charls
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) long(package private) long -
Constructor Summary
ConstructorsConstructorDescriptioncharls_frame_info(long width, long height, int bits_per_sample, int component_count) -
Method Summary
-
Field Details
-
width
long width -
height
long height -
bits_per_sample
int bits_per_sample -
component_count
int component_count
-
-
Constructor Details
-
charls_frame_info
public charls_frame_info() -
charls_frame_info
public charls_frame_info(long width, long height, int bits_per_sample, int component_count)
-