Class ChainedFilterPrimitive.OuterLastResult
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive.OuterLastResult
-
- All Implemented Interfaces:
FilterChannelKey
- Enclosing class:
- ChainedFilterPrimitive
private static final class ChainedFilterPrimitive.OuterLastResult extends java.lang.Object implements FilterChannelKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.attributes.filter.FilterChannelKey
FilterChannelKey.StringKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
key
-
Constructor Summary
Constructors Modifier Constructor Description private
OuterLastResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.Object
key()
-
-
-
Method Detail
-
key
@NotNull public @NotNull java.lang.Object key()
- Specified by:
key
in interfaceFilterChannelKey
-
-