Interface SvgDefaultablePaintStyleableMapAccessor<T extends Paintable>

All Superinterfaces:
org.jhotdraw8.fxcollection.typesafekey.MapAccessor<org.jhotdraw8.svg.css.SvgDefaultablePaint<T>>, org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor<org.jhotdraw8.svg.css.SvgDefaultablePaint<T>>, Serializable
All Known Implementing Classes:
SvgDefaultablePaintStyleableKey

public interface SvgDefaultablePaintStyleableMapAccessor<T extends Paintable> extends org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor<org.jhotdraw8.svg.css.SvgDefaultablePaint<T>>
  • Field Summary

    Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor

    serialVersionUID
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor

    containsKey, get, get, getDefaultValue, getName, getRawValueType, getValueType, isTransient, put, put, remove, remove, set

    Methods inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor

    getDefaultValueNonNull, getNonNull, getNonNull, putNonNull
  • Method Details

    • getInitialValue

      T getInitialValue()