Package gov.nih.mipav.model.file
Class jxlatte.CIEXY
java.lang.Object
gov.nih.mipav.model.file.jxlatte.CIEXY
- All Implemented Interfaces:
Serializable
- Enclosing class:
jxlatte
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longfinal floatfinal float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanmatches(jxlatte.CIEXY xy) booleanreadCustom(jxlatte.Bitreader reader) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
x
public final float x -
y
public final float y
-
-
Constructor Details
-
CIEXY
public CIEXY(float x, float y) -
CIEXY
-
-
Method Details