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 doublegetDeltaShadow()voidsetDeltaShadow(double deltaShadow)
-
-
-
Method Detail
-
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadowin interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadowin interfaceShadowable
-
-