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 LicenseInfo
LicenseInfo. NONE
Methods in net.sourceforge.plantuml.version that return LicenseInfo Modifier and Type Method Description static LicenseInfo
LicenseInfo. retrieveDistributor()
static LicenseInfo
PLSSignature. retrieveDistributor(String key)
static LicenseInfo
LicenseInfo. retrieveNamed(String key)
static LicenseInfo
PLSSignature. retrieveNamed(String sig, String key, boolean doCheck)
static LicenseInfo
LicenseInfo. retrieveNamedSlow()
static LicenseInfo
LicenseInfo. retrieveQuick()
Methods in net.sourceforge.plantuml.version with parameters of type LicenseInfo Modifier and Type Method Description static void
License. addLicenseInfo(List<String> text, LicenseInfo licenseInfo)
List<String>
License. getText1(LicenseInfo licenseInfo)
List<String>
License. getText2(LicenseInfo licenseInfo)
static BufferedImage
LicenseInfo. retrieveDistributorImage(LicenseInfo licenseInfo)
-