Class CenterBorderColor
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.CenterBorderColor
-
public class CenterBorderColor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CenterBorderColor(HColor center, HColor border)CenterBorderColor(HColor center, HColor border, java.lang.String style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UGraphic ug)HColorgetCenter()java.lang.StringgetStyle()booleanisOk()CenterBorderColorunlinearTo(CenterBorderColor other, int completion)
-
-
-
Method Detail
-
isOk
public boolean isOk()
-
getCenter
public final HColor getCenter()
-
getStyle
public final java.lang.String getStyle()
-
unlinearTo
public CenterBorderColor unlinearTo(CenterBorderColor other, int completion)
-
-