Class FxSVGSalamander

java.lang.Object
net.thevpc.echo.jfx.icons.FxSVGSalamander

public class FxSVGSalamander
extends java.lang.Object
Author:
vpc
  • Constructor Summary

    Constructors
    Constructor Description
    FxSVGSalamander()  
  • Method Summary

    Modifier and Type Method Description
    static java.awt.Image getFactorScaledSVG​(java.net.URL url, float width0, float height0)  
    static java.awt.Image getFixedSizeSvg​(java.net.URL url, int width0, int height0)  

    Methods inherited from class java.lang.Object

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

    • FxSVGSalamander

      public FxSVGSalamander()
  • Method Details

    • getFactorScaledSVG

      public static java.awt.Image getFactorScaledSVG​(java.net.URL url, float width0, float height0)
    • getFixedSizeSvg

      public static java.awt.Image getFixedSizeSvg​(java.net.URL url, int width0, int height0)