Module marid.util

Class MaridIconFx

java.lang.Object
org.marid.image.MaridIconFx

public class MaridIconFx
extends Object
Since:
0.8
Author:
Dmitry Ovchinnikov.
  • Constructor Summary

    Constructors 
    Constructor Description
    MaridIconFx()  
  • Method Summary

    Modifier and Type Method Description
    static void draw​(javafx.scene.canvas.GraphicsContext context, int size, javafx.scene.paint.Color color)  
    static javafx.scene.image.WritableImage getIcon​(int size)  
    static javafx.scene.image.WritableImage getIcon​(int size, javafx.scene.paint.Color color)  
    static javafx.scene.image.WritableImage getIcon​(javafx.scene.SnapshotParameters parameters, int size, javafx.scene.paint.Color color)  
    static javafx.scene.image.WritableImage[] getIcons​(int... sizes)  
    static javafx.scene.image.WritableImage getImage​(int size, javafx.scene.paint.Color color)  
    static javafx.scene.image.WritableImage getImage​(javafx.scene.SnapshotParameters parameters, int size, javafx.scene.paint.Color color)  
    static void main​(String... args)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • draw

      public static void draw​(javafx.scene.canvas.GraphicsContext context, int size, javafx.scene.paint.Color color)
    • getImage

      public static javafx.scene.image.WritableImage getImage​(int size, javafx.scene.paint.Color color)
    • getImage

      public static javafx.scene.image.WritableImage getImage​(javafx.scene.SnapshotParameters parameters, int size, javafx.scene.paint.Color color)
    • getIcon

      public static javafx.scene.image.WritableImage getIcon​(javafx.scene.SnapshotParameters parameters, int size, javafx.scene.paint.Color color)
    • getIcon

      public static javafx.scene.image.WritableImage getIcon​(int size, javafx.scene.paint.Color color)
    • getIcon

      public static javafx.scene.image.WritableImage getIcon​(int size)
    • getIcons

      public static javafx.scene.image.WritableImage[] getIcons​(int... sizes)
    • main

      public static void main​(String... args)