All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jhotdraw8.draw.key.DefaultableStyleableMapAccessor Maven / Gradle / Ivy

The newest version!
/*
 * @(#)DefaultableStyleableMapAccessor.java
 * Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
 */

package org.jhotdraw8.draw.key;

import org.jhotdraw8.css.value.CssDefaultableValue;
import org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor;

/**
 * DefaultableStyleableMapAccessor.
 *
 * @param  the value type
 */
public interface DefaultableStyleableMapAccessor extends NonNullMapAccessor> {
    T getInitialValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy