Uses of Enum Class
net.sourceforge.plantuml.klimt.drawing.eps.EpsStrategy
Packages that use EpsStrategy
-
Uses of EpsStrategy in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps that return EpsStrategyModifier and TypeMethodDescriptionstatic EpsStrategy
EpsStrategy.getDefault2()
static EpsStrategy
Returns the enum constant of this class with the specified name.static EpsStrategy[]
EpsStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type EpsStrategyModifier and TypeMethodDescriptionstatic String
UGraphicEps.getEpsString
(HColor defaultBackground, ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) Constructors in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type EpsStrategyModifierConstructorDescriptionDriverTextEps
(ClipContainer clipContainer, EpsStrategy strategy) UGraphicEps
(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy)