Package com._1c.g5.v8.dt.md.pictures
Class V8Picture
java.lang.Object
com._1c.g5.v8.dt.md.pictures.V8Picture
V8 platforn picture.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic V8Picture
create()
Creates v8 picture.static V8Picture
Creates v8 picture.Returns composite id.getKind()
Returns picture kind.getName()
Returns picture name.Returns real end picture (not ref).getUrl()
Returns picture url.void
setId
(CompositeId compositeId) Sets picture composite id.void
setKind
(PictureKind kind) Sets picture kind.void
Sets picture URL.
-
Constructor Details
-
V8Picture
Constructor.- Parameters:
kind
- the picture kind, cannot benull
name
- the font name, can benull
compositeId
- the composite id, can benull
url
- the url, can benull
realPicture
- the data, cannot benull
-
-
Method Details
-
create
Creates v8 picture.- Parameters:
picture
- the mcore picture, cannot benull
- Returns:
- the v8 picture, cannot be
null
-
create
Creates v8 picture.- Parameters:
picture
- the mcore picture, cannot benull
- Returns:
- the v8 picture, cannot be
null
-
getCompositeId
Returns composite id.- Returns:
- the compositeId, can be
null
-
getKind
Returns picture kind.- Returns:
- the picture kind.
-
getName
Returns picture name.- Returns:
- the picture name, can be
null
-
getPicture
Returns real end picture (not ref). -
getUrl
Returns picture url.- Returns:
- the url, can be
null
-
setId
Sets picture composite id.- Parameters:
the
- picture composite id, cannot benull
-
setKind
Sets picture kind.- Parameters:
the
- picture kind, cannot benull
-
setUrl
Sets picture URL.- Parameters:
the
- picture URL
-