java.lang.Object
org.jhotdraw8.fxcontrols.fontchooser.FontCollection
FontCollection.
- Author:
- Werner Randelshofer
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptionFontCollection(String name, boolean isSmart, @NonNull List<FontFamily> families) FontCollection(String name, @NonNull List<FontFamily> families) -
Method Summary
Modifier and TypeMethodDescription@NonNull javafx.collections.ObservableList<FontFamily> getName()Gets the value of thenameproperty.booleanGets the value of thesmartCollectionproperty.@NonNull javafx.beans.property.StringPropertyvoidSets the value of thenameproperty.voidsetSmartCollection(boolean value) Sets the value of thesmartCollectionproperty.@NonNull javafx.beans.property.BooleanPropertytoString()
-
Property Details
-
name
- See Also:
-
smartCollection
- See Also:
-
-
Constructor Details
-
FontCollection
public FontCollection() -
FontCollection
-
FontCollection
-
-
Method Details
-
getFamilies
-
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
setName
Sets the value of thenameproperty.- Property description:
- Parameters:
value- the value for thenameproperty- See Also:
-
isSmartCollection
public boolean isSmartCollection()Gets the value of thesmartCollectionproperty.- Property description:
- Returns:
- the value of the
smartCollectionproperty - See Also:
-
setSmartCollection
public void setSmartCollection(boolean value) Sets the value of thesmartCollectionproperty.- Property description:
- Parameters:
value- the value for thesmartCollectionproperty- See Also:
-
nameProperty
- Returns:
- the
nameproperty - See Also:
-
smartCollectionProperty
- Returns:
- the
smartCollectionproperty - See Also:
-
toString
-