Package net.sourceforge.plantuml.klimt
Class AbstractShadowable
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.AbstractShadowable
-
- All Implemented Interfaces:
Shadowable
,UShape
- Direct Known Subclasses:
UEllipse
,ULine
,UPath
,UPolygon
,URectangle
public abstract class AbstractShadowable extends java.lang.Object implements Shadowable
-
-
Constructor Summary
Constructors Constructor Description AbstractShadowable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDeltaShadow()
void
setDeltaShadow(double deltaShadow)
-
-
-
Method Detail
-
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadow
in interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadow
in interfaceShadowable
-
-