net.sourceforge.plantuml.ugraphic
Class UImage

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

public class UImage
extends Object
implements UShape


Constructor Summary
UImage(BufferedImage image)
           
 
Method Summary
 double getHeight()
           
 BufferedImage getImage()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UImage

public UImage(BufferedImage image)
Method Detail

getImage

public final BufferedImage getImage()

getWidth

public double getWidth()

getHeight

public double getHeight()


Copyright © 2013. All Rights Reserved.