Class CosScalarOps
- java.lang.Object
-
- com.adobe.internal.pdftoolkit.core.cos.CosScalarOps
-
public class CosScalarOps extends java.lang.Object
class: CosScalarOps describtion: change history:
-
-
Constructor Summary
Constructors Constructor Description CosScalarOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
compareTo(CosScalar a, CosScalar b)
This method checks the internal content of cos scalers to compare them.static boolean
equivalent(CosScalar a, CosScalar b)
This method checks the equivalency of the cos scalers passed here.
-
-
-
Method Detail
-
compareTo
public static int compareTo(CosScalar a, CosScalar b) throws PDFSecurityException
This method checks the internal content of cos scalers to compare them.- Throws:
PDFSecurityException
-
equivalent
public static boolean equivalent(CosScalar a, CosScalar b) throws PDFSecurityException
This method checks the equivalency of the cos scalers passed here.- Throws:
PDFSecurityException
-
-