Class AtomImg
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.creole.atom.AbstractAtom
-
- net.sourceforge.plantuml.klimt.creole.atom.AtomImg
-
public class AtomImg extends AbstractAtom implements Atom
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATA_IMAGE_PNG_BASE64
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)static Atomcreate(java.lang.String src, ImgValign valign, int vspace, double scale, Url url)static AtomcreateQrcode(java.lang.String flash, double scale)voiddrawU(UGraphic ug)doublegetStartingAltitude(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.klimt.creole.atom.AbstractAtom
getNeutrons
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.creole.atom.Atom
getNeutrons
-
-
-
-
Field Detail
-
DATA_IMAGE_PNG_BASE64
public static final java.lang.String DATA_IMAGE_PNG_BASE64
- See Also:
- Constant Field Values
-
-
Method Detail
-
createQrcode
public static Atom createQrcode(java.lang.String flash, double scale)
-
create
public static Atom create(java.lang.String src, ImgValign valign, int vspace, double scale, Url url)
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceAtom
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitudein interfaceAtom
-
-