Uses of Class
net.sourceforge.plantuml.version.LicenseInfo
-
Packages that use LicenseInfo Package Description net.sourceforge.plantuml.version -
-
Uses of LicenseInfo in net.sourceforge.plantuml.version
Fields in net.sourceforge.plantuml.version declared as LicenseInfo Modifier and Type Field Description static LicenseInfoLicenseInfo. NONEMethods in net.sourceforge.plantuml.version that return LicenseInfo Modifier and Type Method Description static LicenseInfoLicenseInfo. retrieveDistributor()static LicenseInfoPLSSignature. retrieveDistributor(String key)static LicenseInfoLicenseInfo. retrieveNamed(String key)static LicenseInfoPLSSignature. retrieveNamed(String sig, String key, boolean doCheck)static LicenseInfoLicenseInfo. retrieveNamedSlow()static LicenseInfoLicenseInfo. retrieveQuick()Methods in net.sourceforge.plantuml.version with parameters of type LicenseInfo Modifier and Type Method Description static voidLicense. addLicenseInfo(List<String> text, LicenseInfo licenseInfo)List<String>License. getText1(LicenseInfo licenseInfo)List<String>License. getText2(LicenseInfo licenseInfo)static BufferedImageLicenseInfo. retrieveDistributorImage(LicenseInfo licenseInfo)
-