Uses of Enum
com.helger.pdflayout.element.image.EPLImageType
Packages that use EPLImageType
-
Uses of EPLImageType in com.helger.pdflayout.element.image
Fields in com.helger.pdflayout.element.image declared as EPLImageTypeMethods in com.helger.pdflayout.element.image that return EPLImageTypeModifier and TypeMethodDescriptionstatic EPLImageTypeEPLImageType.getFromIDOrNull(String sID) final EPLImageTypeAbstractPLImage.getImageType()static EPLImageTypeReturns the enum constant of this type with the specified name.static EPLImageType[]EPLImageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.pdflayout.element.image with parameters of type EPLImageTypeModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractPLImage.setImageType(EPLImageType eImageType) Set the image type to be used.