Uses of Enum Class
com._1c.g5.v8.dt.form.layout.model.platform.picture.PictureKind
Packages that use PictureKind
-
Uses of PictureKind in com._1c.g5.v8.dt.form.layout.model.platform.picture
Methods in com._1c.g5.v8.dt.form.layout.model.platform.picture that return PictureKindModifier and TypeMethodDescriptionV8Picture.getKind()static PictureKindReturns the enum constant of this class with the specified name.static PictureKind[]PictureKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com._1c.g5.v8.dt.form.layout.model.platform.picture with parameters of type PictureKindModifierConstructorDescriptionV8Picture(PictureKind kind, Picture picture) V8Picture(PictureKind kind, String path)