Class CssFontPicker

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

public class CssFontPicker extends AbstractPicker<CssFont>
  • Constructor Details

    • CssFontPicker

      public CssFontPicker()
  • Method Details

    • show

      public void show(javafx.scene.Node anchor, double screenX, double screenY, @Nullable CssFont initialValue, BiConsumer<Boolean,CssFont> 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).