Class FxFontPeer

java.lang.Object
net.thevpc.echo.jfx.FxFontPeer
All Implemented Interfaces:
net.thevpc.echo.spi.peers.AppFontPeer

public class FxFontPeer
extends java.lang.Object
implements net.thevpc.echo.spi.peers.AppFontPeer
  • Constructor Summary

    Constructors
    Constructor Description
    FxFontPeer​(net.thevpc.echo.api.AppFont font)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object toolkitFont()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FxFontPeer

      public FxFontPeer​(net.thevpc.echo.api.AppFont font)
  • Method Details

    • toolkitFont

      public java.lang.Object toolkitFont()
      Specified by:
      toolkitFont in interface net.thevpc.echo.spi.peers.AppFontPeer