Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbsPicture
-
-
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return AbsPicture Modifier and Type Method Description AbsPicture
CommonFactory. createAbsPicture()
Returns a new object of class 'Abs Picture'. -
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement AbsPicture Modifier and Type Class Description class
AbsPictureImpl
An implementation of the model object 'Abs Picture'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return AbsPicture Modifier and Type Method Description AbsPicture
CommonFactoryImpl. createAbsPicture()
-
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type AbsPicture Modifier and Type Method Description T
CommonSwitch. caseAbsPicture(AbsPicture object)
Returns the result of interpreting the object as an instance of 'Abs Picture'. -
Uses of AbsPicture in com._1c.g5.v8.dt.moxel.ui.pictures
Constructors in com._1c.g5.v8.dt.moxel.ui.pictures with parameters of type AbsPicture Constructor Description AbsSinglePictureManifest(AbsPicture picture)
Create a instance ofAbsSinglePictureManifest
AbsZipPictureManifest(AbsPicture picture)
Create instance ofAbsZipPictureManifest
-
Uses of AbsPicture in com.e1c.g5.v8.dt.picturenative.common
Methods in com.e1c.g5.v8.dt.picturenative.common with parameters of type AbsPicture Modifier and Type Method Description void
PictureNativeManagerLoader. resizePicture(AbsPicture picture, long width, long height)
Resizes absolute picture with stretch mode.
-