Class UImage

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

public class UImage extends java.lang.Object implements UShape
  • Constructor Details

  • Method Details

    • withRawFileName

      public final UImage withRawFileName(java.lang.String rawFileName)
    • withFormula

      public final UImage withFormula(java.lang.String formula)
    • getRawFileName

      public final java.lang.String getRawFileName()
    • getFormula

      public final java.lang.String getFormula()
    • scale

      public UImage scale(double scale)
    • getImage

      public final java.awt.image.BufferedImage getImage(double withScale)
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • muteColor

      public UImage muteColor(java.awt.Color newColor)
    • muteTransparentColor

      public UImage muteTransparentColor(java.awt.Color newColor)
    • monochrome

      public UImage monochrome()