Package net.sourceforge.plantuml.skin
Class Padder
java.lang.Object
net.sourceforge.plantuml.skin.Padder
public class Padder
extends java.lang.Object
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal HColor
final HColor
final double
final double
java.lang.String
toString()
withBackgroundColor
(HColor backgroundColor) withBorderColor
(HColor borderColor) withMargin
(double margin) withPadding
(double padding) withRoundCorner
(double roundCorner) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
NONE
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
withMargin
-
withPadding
-
withBackgroundColor
-
withBorderColor
-
withRoundCorner
-
getMargin
public final double getMargin() -
getPadding
public final double getPadding() -
getBackgroundColor
-
getBorderColor
-
apply
-