java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<javafx.geometry.Insets>
org.jhotdraw8.draw.key.InsetsStyleableMapAccessor
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<javafx.geometry.Insets>,WritableStyleableMapAccessor<javafx.geometry.Insets>,CompositeMapAccessor<javafx.geometry.Insets>,MapAccessor<javafx.geometry.Insets>
public class InsetsStyleableMapAccessor
extends AbstractStyleableMapAccessor<javafx.geometry.Insets>
InsetsStyleableMapAccessor.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.CompositeMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionInsetsStyleableMapAccessor(String name, MapAccessor<Double> topKey, MapAccessor<Double> rightKey, MapAccessor<Double> bottomKey, MapAccessor<Double> leftKey) Creates a new instance with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.geometry.Insetsorg.jhotdraw8.base.converter.Converter<javafx.geometry.Insets> ImmutableMap<Key<?>, Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Insets value) javafx.geometry.InsetsImmutableMap<Key<?>, Object> remove(ImmutableMap<Key<?>, Object> a) voidMethods inherited from class org.jhotdraw8.draw.key.AbstractStyleableMapAccessor
containsKey, getCssName, getDefaultValue, getName, getSubAccessors, getValueType, isTransient, put, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
get, getRawValueTypeMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
InsetsStyleableMapAccessor
public InsetsStyleableMapAccessor(String name, MapAccessor<Double> topKey, MapAccessor<Double> rightKey, MapAccessor<Double> bottomKey, MapAccessor<Double> leftKey) Creates a new instance with the specified name.- Parameters:
name- the name of the accessortopKey- the insets top keyrightKey- the insets right keybottomKey- the insets bottom keyleftKey- the insets left key
-
-
Method Details
-
get
-
getCssConverter
public org.jhotdraw8.base.converter.Converter<javafx.geometry.Insets> getCssConverter() -
remove
-
set
-
put
public ImmutableMap<Key<?>,Object> put(ImmutableMap<Key<?>, Object> a, @Nullable javafx.geometry.Insets value) -
remove
-