Class FilterChannelKey.StringKey
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.filter.FilterChannelKey.StringKey
-
- All Implemented Interfaces:
FilterChannelKey
- Enclosing interface:
- FilterChannelKey
public static class FilterChannelKey.StringKey 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 @NotNull java.lang.String
key
-
Constructor Summary
Constructors Constructor Description StringKey(@NotNull java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.Object
key()
java.lang.String
toString()
-
-
-
Method Detail
-
key
@NotNull public @NotNull java.lang.Object key()
- Specified by:
key
in interfaceFilterChannelKey
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-