Uses of Class
org.verapdf.external.ICCProfile
-
Packages that use ICCProfile Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.external org.verapdf.pd org.verapdf.pd.colors -
-
Uses of ICCProfile in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type ICCProfile Modifier and Type Method Description static ICCProfileFeaturesObjectGFFeaturesObjectCreator. createICCProfileFeaturesObject(ICCProfile profile, String id)Creates new GFICCProfileFeaturesObjectAdapter -
Uses of ICCProfile in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type ICCProfile Constructor Description GFICCProfileFeaturesObjectAdapter(ICCProfile profile, String id)Constructs new icc profile feature object -
Uses of ICCProfile in org.verapdf.gf.model.impl.external
Constructors in org.verapdf.gf.model.impl.external with parameters of type ICCProfile Constructor Description GFICCInputProfile(ICCProfile iccProfile)Default constructor.GFICCOutputProfile(ICCProfile profile, String subtype)Default constructorGFICCProfile(ICCProfile iccProfile, String type) -
Uses of ICCProfile in org.verapdf.pd
Methods in org.verapdf.pd that return ICCProfile Modifier and Type Method Description ICCProfilePDOutputIntent. getDestOutputProfile() -
Uses of ICCProfile in org.verapdf.pd.colors
Methods in org.verapdf.pd.colors that return ICCProfile Modifier and Type Method Description ICCProfilePDICCBased. getICCProfile()
-