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 UGraphic
apply(UGraphic ug)
HColor
getCenter()
java.lang.String
getStyle()
boolean
isOk()
CenterBorderColor
unlinearTo(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)
-
-