Class RtfExternalGraphic.FormatBMP
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBMP
-
- Enclosing class:
- RtfExternalGraphic
private static class RtfExternalGraphic.FormatBMP extends RtfExternalGraphic.FormatBase
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FormatBMP()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Get image type.static boolean
isFormat(byte[] data)
-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
convert, determineFormat, getRtfTag
-
-
-
-
Method Detail
-
isFormat
public static boolean isFormat(byte[] data)
-
getType
public int getType()
Description copied from class:RtfExternalGraphic.FormatBase
Get image type.- Overrides:
getType
in classRtfExternalGraphic.FormatBase
- Returns:
- Image format class
-
-