Interface IZipPictureManifestEntry
-
- All Known Implementing Classes:
ZipPictureManifestEntry
public interface IZipPictureManifestEntry
Zip based picture manifest entryContains properties relative to picture DPI from zip manifest XML
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getGlyphHeight()
Glyph height sizeint
getGlyphWidth()
Glyph width sizePictureInterfaceVariant
getInterfaceVariant()
PictureInterfaceVariant
valueString
getName()
Picture namePictureVariantScreenDensity
getScreenDensity()
boolean
isTemplate()
Is picture is tamplate
-
-
-
Method Detail
-
getScreenDensity
PictureVariantScreenDensity getScreenDensity()
- Returns:
- the screenDensity value, never
null
-
isTemplate
boolean isTemplate()
Is picture is tamplate- Returns:
- the template flag value
-
getInterfaceVariant
PictureInterfaceVariant getInterfaceVariant()
PictureInterfaceVariant
value- Returns:
- the interfaceVariant, cannot be
null
, defaultPictureInterfaceVariant#ANY
-
getGlyphWidth
int getGlyphWidth()
Glyph width size- Returns:
- the glyphWidth the glyph width size,
or
0
if this picture is not block of many pictures
-
getGlyphHeight
int getGlyphHeight()
Glyph height size- Returns:
- the glyphHeight the glyph height size,
or
0
if this picture is not block of many pictures
-
-