Uses of Enum Class
net.sourceforge.plantuml.project.core.PrintScale
Packages that use PrintScale
Package
Description
-
Uses of PrintScale in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type PrintScale -
Uses of PrintScale in net.sourceforge.plantuml.project.core
Methods in net.sourceforge.plantuml.project.core that return PrintScaleModifier and TypeMethodDescriptionstatic PrintScalePrintScale.fromString(String value) static PrintScaleReturns the enum constant of this class with the specified name.static PrintScale[]PrintScale.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrintScale in net.sourceforge.plantuml.project.draw
Constructors in net.sourceforge.plantuml.project.draw with parameters of type PrintScaleModifierConstructorDescriptionTimeHeaderSimple(TimeHeaderParameters thParam, PrintScale printScale) -
Uses of PrintScale in net.sourceforge.plantuml.project.time
Methods in net.sourceforge.plantuml.project.time with parameters of type PrintScale -
Uses of PrintScale in net.sourceforge.plantuml.project.timescale
Constructors in net.sourceforge.plantuml.project.timescale with parameters of type PrintScale