Class PictureManifestQuery
- java.lang.Object
- 
- com._1c.g5.v8.dt.platform.pictures.PictureManifestQuery
 
- 
- All Implemented Interfaces:
- IPictureManifestQuery
 
 public class PictureManifestQuery extends Object implements IPictureManifestQuery Implementation ofIPictureManifestQuery, allows to request a picture on a specific scale and interface variant
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifestQueryDEFAULT, DEFAULT_LTR, DEFAULT_RTL
 
- 
 - 
Constructor SummaryConstructors Constructor Description PictureManifestQuery(PictureInterfaceVariant pictureInterfaceVariant, int scale)PictureManifestQuery(PictureInterfaceVariant pictureInterfaceVariant, int scale, boolean isRtl)Create instance ofPictureManifestQuery
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PictureInterfaceVariantgetPictureInterfaceVariant()Platform picture interface variant of queryintgetScale()Scale value of queryBooleanisRtl()isRTL value of query
 
- 
- 
- 
Constructor Detail- 
PictureManifestQuerypublic PictureManifestQuery(PictureInterfaceVariant pictureInterfaceVariant, int scale, boolean isRtl) Create instance ofPictureManifestQuery- Parameters:
- pictureInterfaceVariant- the- PictureInterfaceVariant, on- nullif no matter for query
- scale- integer value of scale of requested picture
- isRtl-- trueif RTL-interface is requested
 
 - 
PictureManifestQuerypublic PictureManifestQuery(PictureInterfaceVariant pictureInterfaceVariant, int scale) 
 
- 
 - 
Method Detail- 
getPictureInterfaceVariantpublic PictureInterfaceVariant getPictureInterfaceVariant() Description copied from interface:IPictureManifestQueryPlatform picture interface variant of query- Specified by:
- getPictureInterfaceVariantin interface- IPictureManifestQuery
- Returns:
- the PictureInterfaceVariantof query, can benullif picture interface variant does not matter (any)
 
 - 
getScalepublic int getScale() Description copied from interface:IPictureManifestQueryScale value of query- Specified by:
- getScalein interface- IPictureManifestQuery
- Returns:
- the integer value of scale
- See Also:
- PictureVariantScreenDensity
 
 - 
isRtlpublic Boolean isRtl() Description copied from interface:IPictureManifestQueryisRTL value of query- Specified by:
- isRtlin interface- IPictureManifestQuery
- Returns:
- the Booleanvalue of RTL
- See Also:
- PictureDirectionVariant
 
 
- 
 
-