| CssMetaData<S,Boolean> | StyleablePropertyFactory. createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function) | CssMetaData<S, Boolean>を初期値で作成し、フラグを継承します。いずれもfalseにデフォルト設定されます。 | 
| CssMetaData<S,Boolean> | StyleablePropertyFactory. createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function, boolean initialValue) | CssMetaData<S, Boolean>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Boolean> | StyleablePropertyFactory. createBooleanCssMetaData(String property, Function<S,StyleableProperty<Boolean>> function, boolean initialValue, boolean inherits) | CssMetaData<S, Boolean>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Color> | StyleablePropertyFactory. createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function) | CssMetaData<S, Color>を初期値Color.BLACKで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Color> | StyleablePropertyFactory. createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function, Color initialValue) | CssMetaData<S, Color>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Color> | StyleablePropertyFactory. createColorCssMetaData(String property, Function<S,StyleableProperty<Color>> function, Color initialValue, boolean inherits) | CssMetaData<S, Color>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Duration> | StyleablePropertyFactory. createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function) | CssMetaData<S, Duration>を初期値Duration.BLACKで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Duration> | StyleablePropertyFactory. createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function, Duration initialValue) | CssMetaData<S, Duration>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Duration> | StyleablePropertyFactory. createDurationCssMetaData(String property, Function<S,StyleableProperty<Duration>> function, Duration initialValue, boolean inherits) | CssMetaData<S, Duration>を初期値で作成し、フラグを継承します。 | 
| <E extends Effect>CssMetaData<S,E>
 | StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function) | CssMetaData<S, Effect>を初期値nullで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| <E extends Effect>CssMetaData<S,E>
 | StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue) | CssMetaData<S, Effect>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| <E extends Effect>CssMetaData<S,E>
 | StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) | CssMetaData<S, Effect>を初期値で作成し、フラグを継承します。 | 
| <E extends Enum<E>>CssMetaData<S,E>
 | StyleablePropertyFactory. createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function) | CssMetaData<S, Enum>を初期値nullで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| <E extends Enum<E>>CssMetaData<S,E>
 | StyleablePropertyFactory. createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function, E initialValue) | CssMetaData<S, Enum>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| <E extends Enum<E>>CssMetaData<S,E>
 | StyleablePropertyFactory. createEnumCssMetaData(Class<? extends Enum> enumClass, String property, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) | CssMetaData<S, Enum>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Font> | StyleablePropertyFactory. createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function) |  | 
| CssMetaData<S,Font> | StyleablePropertyFactory. createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function, Font initialValue) | CssMetaData<S, Font>を初期値で作成し、trueにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Font> | StyleablePropertyFactory. createFontCssMetaData(String property, Function<S,StyleableProperty<Font>> function, Font initialValue, boolean inherits) | CssMetaData<S, Font>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Insets> | StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function) | 初期値がInsets.EMPTYのCssMetaData <S, Insets>を作成し、デフォルトがfalseのフラグを継承します。 | 
| CssMetaData<S,Insets> | StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue) | CssMetaData<S, Insets>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Insets> | StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits) | CssMetaData<S, Insets>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Paint> | StyleablePropertyFactory. createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function) | CssMetaData<S, Paint>を初期値Color.BLACKで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Paint> | StyleablePropertyFactory. createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function, Paint initialValue) | CssMetaData<S, Paint>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Paint> | StyleablePropertyFactory. createPaintCssMetaData(String property, Function<S,StyleableProperty<Paint>> function, Paint initialValue, boolean inherits) | CssMetaData<S, Paint>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,Number> | StyleablePropertyFactory. createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function) | CssMetaData<S, Number>を初期値0dで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Number> | StyleablePropertyFactory. createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function, Number initialValue) | CssMetaData<S, Number>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,Number> | StyleablePropertyFactory. createSizeCssMetaData(String property, Function<S,StyleableProperty<Number>> function, Number initialValue, boolean inherits) | CssMetaData<S, Number>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function) | CssMetaData<S, String>を初期値nullで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue) | CssMetaData<S, String>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createStringCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) | CssMetaData<S, String>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Boolean> | StyleablePropertyFactory. createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function) | StyleableProperty<Boolean>を作成します。 | 
| StyleableProperty<Boolean> | StyleablePropertyFactory. createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function, boolean initialValue) | StyleableProperty<Boolean>を初期値で作成します。 | 
| StyleableProperty<Boolean> | StyleablePropertyFactory. createStyleableBooleanProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Boolean>> function, boolean initialValue, boolean inherits) | StyleableProperty<Boolean>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Color> | StyleablePropertyFactory. createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function) | StyleableProperty<Color>を作成します。 | 
| StyleableProperty<Color> | StyleablePropertyFactory. createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue) | StyleableProperty<Color>を初期値で作成します。 | 
| StyleableProperty<Color> | StyleablePropertyFactory. createStyleableColorProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Color>> function, Color initialValue, boolean inherits) | StyleableProperty<Color>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Duration> | StyleablePropertyFactory. createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function) | StyleableProperty<Duration>を作成します。 | 
| StyleableProperty<Duration> | StyleablePropertyFactory. createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function, Duration initialValue) | StyleableProperty<Duration>を初期値で作成します。 | 
| StyleableProperty<Duration> | StyleablePropertyFactory. createStyleableDurationProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Duration>> function, Duration initialValue, boolean inherits) | StyleableProperty<Duration>を初期値で作成し、フラグを継承します。 | 
| <E extends Effect>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function) | StyleableProperty<Effect>を作成します。 | 
| <E extends Effect>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue) | StyleableProperty<Effect>を初期値で作成します。 | 
| <E extends Effect>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits) | StyleableProperty<Effect>を初期値で作成し、フラグを継承します。 | 
| <E extends Enum<E>>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass) | StyleableProperty<E extends Enum<E>>を作成します。 | 
| <E extends Enum<E>>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass, E initialValue) | StyleableProperty<E extends Enum<E>>を初期値で作成します。 | 
| <E extends Enum<E>>StyleableProperty<E>
 | StyleablePropertyFactory. createStyleableEnumProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, Class<E> enumClass, E initialValue, boolean inherits) | StyleableProperty<E extends Enum<E>>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Font> | StyleablePropertyFactory. createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function) | StyleableProperty<Font>を作成します。 | 
| StyleableProperty<Font> | StyleablePropertyFactory. createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue) | StyleableProperty<Font>を初期値で作成します。 | 
| StyleableProperty<Font> | StyleablePropertyFactory. createStyleableFontProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Font>> function, Font initialValue, boolean inherits) | StyleableProperty<Font>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Insets> | StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function) | StyleableProperty<Inset>を作成します。 | 
| StyleableProperty<Insets> | StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue) | StyleableProperty<Inset>を初期値で作成します。 | 
| StyleableProperty<Insets> | StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits) | StyleableProperty<Inset>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Number> | StyleablePropertyFactory. createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function) | StyleableProperty<Number>を作成します。 | 
| StyleableProperty<Number> | StyleablePropertyFactory. createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function, Number initialValue) | StyleableProperty<Number>を初期値で作成します。 | 
| StyleableProperty<Number> | StyleablePropertyFactory. createStyleableNumberProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Number>> function, Number initialValue, boolean inherits) | StyleableProperty<Number>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<Paint> | StyleablePropertyFactory. createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function) | StyleableProperty<Paint>を作成します。 | 
| StyleableProperty<Paint> | StyleablePropertyFactory. createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function, Paint initialValue) | StyleableProperty<Paint>を初期値で作成します。 | 
| StyleableProperty<Paint> | StyleablePropertyFactory. createStyleablePaintProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Paint>> function, Paint initialValue, boolean inherits) | StyleableProperty<Paint>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function) | StyleableProperty<String>を作成します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue) | StyleableProperty<String>を初期値で作成します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableStringProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) | StyleableProperty<String>を初期値で作成し、フラグを継承します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function) | StyleableProperty<String>を初期値で作成します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue) | StyleableProperty<String>を初期値で作成します。 | 
| StyleableProperty<String> | StyleablePropertyFactory. createStyleableUrlProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) | StyleableProperty<String>を初期値で作成し、フラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function) | CssMetaData<S, String>を初期値nullで作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue) | CssMetaData<S, String>を初期値で作成し、falseにデフォルト設定されるフラグを継承します。 | 
| CssMetaData<S,String> | StyleablePropertyFactory. createUrlCssMetaData(String property, Function<S,StyleableProperty<String>> function, String initialValue, boolean inherits) | CssMetaData<S, String>を初期値で作成し、フラグを継承します。 |