Class FxColorPeer

java.lang.Object
net.thevpc.echo.jfx.FxColorPeer
All Implemented Interfaces:
net.thevpc.echo.spi.peers.AppColorPeer

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

    Constructors
    Constructor Description
    FxColorPeer​(net.thevpc.echo.api.AppColor c)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • FxColorPeer

      public FxColorPeer​(net.thevpc.echo.api.AppColor c)
  • Method Details

    • toolkitColor

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