Class UImage

java.lang.Object
net.sourceforge.plantuml.klimt.shape.UImage
All Implemented Interfaces:
UShape

public class UImage extends Object implements UShape
  • Constructor Details

  • Method Details

    • withRawFileName

      public final UImage withRawFileName(String rawFileName)
    • withFormula

      public final UImage withFormula(String formula)
    • getRawFileName

      public final String getRawFileName()
    • getFormula

      public final String getFormula()
    • scale

      public UImage scale(double scale)
    • getImage

      public final BufferedImage getImage(double withScale)
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • muteColor

      public UImage muteColor(Color newColor)
    • muteTransparentColor

      public UImage muteTransparentColor(Color newColor)
    • monochrome

      public UImage monochrome()
    • getScale

      public double getScale()