Modifier and Type | Class and Description |
---|---|
public static class | Margins.
Convert a sequence of sizes to an Margins |
private static class | |
public static class | Margins.
Convert a sequence of sizes to an Insets |
Modifier and Type | Field and Description |
---|---|
pack-priv final double | |
pack-priv final double | |
pack-priv final boolean | |
pack-priv final double | |
pack-priv final double |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public final double | |
public final double | |
public final double | |
public final double | |
public int | |
public Margins | interpolate(Margins
the target value endValue, double the interpolation factor t)Implements javafx. Returns an intermediate value between the value of this |
public final boolean | |
public String |
bottom | back to summary |
---|---|
pack-priv final double bottom |
left | back to summary |
---|---|
pack-priv final double left |
proportional | back to summary |
---|---|
pack-priv final boolean proportional |
right | back to summary |
---|---|
pack-priv final double right |
top | back to summary |
---|---|
pack-priv final double top |
Margins | back to summary |
---|---|
public Margins(double top, double right, double bottom, double left, boolean proportional) |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getBottom | back to summary |
---|---|
public final double getBottom() |
getLeft | back to summary |
---|---|
public final double getLeft() |
getRight | back to summary |
---|---|
public final double getRight() |
getTop | back to summary |
---|---|
public final double getTop() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
interpolate | back to summary |
---|---|
public Margins interpolate(Margins endValue, double t) Implements javafx. Doc from javafx. Returns an intermediate value between the value of this The returned value might not be a new instance; the implementation might also return one of the two existing instances if the intermediate value would be equal to one of the existing values. However, this is an optimization and applications should not assume any particular identity of the returned value. |
isProportional | back to summary |
---|---|
public final boolean isProportional() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public Margins | convert(ParsedValue<ParsedValue<V, T>[], Margins>
The value, Font font)ParsedValue to convertOverrides javafx. Convert from the parsed CSS value to the target property type. |
public static Margins. | |
public String |
Converter | back to summary |
---|---|
private Converter() |
convert | back to summary |
---|---|
public Margins convert(ParsedValue<ParsedValue<V, T>[], Margins> value, Font font) Overrides javafx. Doc from javafx. Convert from the parsed CSS value to the target property type.
|
getInstance | back to summary |
---|---|
public static Margins. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
Modifier and Type | Field and Description |
---|---|
pack-priv static Margins. | |
pack-priv static Margins. |
Access | Constructor and Description |
---|---|
private |
CONVERTER_INSTANCE | back to summary |
---|---|
pack-priv static Margins. |
SEQUENCE_CONVERTER_INSTANCE | back to summary |
---|---|
pack-priv static Margins. |
Holder | back to summary |
---|---|
private Holder() |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public Margins[] | convert(ParsedValue<ParsedValue<ParsedValue<V, T>[], Margins>[], Margins[]>
The value, Font font)ParsedValue to convertOverrides javafx. Convert from the parsed CSS value to the target property type. |
public static Margins. | |
public String |
SequenceConverter | back to summary |
---|---|
private SequenceConverter() |
convert | back to summary |
---|---|
public Margins[] convert(ParsedValue<ParsedValue<ParsedValue<V, T>[], Margins>[], Margins[]> value, Font font) Overrides javafx. Doc from javafx. Convert from the parsed CSS value to the target property type.
|
getInstance | back to summary |
---|---|
public static Margins. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |