Class FontFamilyPicker

java.lang.Object
org.jhotdraw8.draw.popup.AbstractPicker<String>
org.jhotdraw8.draw.popup.FontFamilyPicker
All Implemented Interfaces:
Picker<String>

public class FontFamilyPicker extends AbstractPicker<String>
  • Constructor Details

    • FontFamilyPicker

      public FontFamilyPicker()
  • Method Details

    • show

      public void show(javafx.scene.Node anchor, double screenX, double screenY, @Nullable String initialValue, @NonNull BiConsumer<Boolean,String> callback)
      Parameters:
      anchor - anchor node will be blocked by the picker
      screenX - desired screen coordinate
      screenY - desired screen coordinate
      initialValue - initial value
      callback - callback when a value was selected (true), or reset to the initial value (false).