Package com._1c.g5.v8.dt.mcore
Interface PictureDef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Picture
- All Known Subinterfaces:
AbsPicture
,CommonPicture
,FormPicture
,GeoPicture
,GraphicalSchemePicture
,LayoutPicture
,MdPicture
,PlatformPicture
,UrlPicture
- All Known Implementing Classes:
AbsPictureImpl
,CommonPictureImpl
,FormPictureImpl
,GeoPictureImpl
,GraphicalSchemePictureImpl
,LayoutPictureImpl
,MdPictureImpl
,PictureDefImpl
,PlatformPictureImpl
,UrlPictureImpl
A representation of the model object 'Picture Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetGlyph()
Returns the value of the 'Glyph' containment reference.Returns the value of the 'Transparent Pixel' containment reference.void
Sets the value of the 'Glyph
' containment reference.void
setTransparentPixel
(Point value) Sets the value of the 'Transparent Pixel
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGlyph
Point getGlyph()Returns the value of the 'Glyph' containment reference.- Returns:
- the value of the 'Glyph' containment reference.
- See Also:
-
setGlyph
Sets the value of the 'Glyph
' containment reference.- Parameters:
value
- the new value of the 'Glyph' containment reference.- See Also:
-
getTransparentPixel
Point getTransparentPixel()Returns the value of the 'Transparent Pixel' containment reference.- Returns:
- the value of the 'Transparent Pixel' containment reference.
- See Also:
-
setTransparentPixel
Sets the value of the 'Transparent Pixel
' containment reference.- Parameters:
value
- the new value of the 'Transparent Pixel' containment reference.- See Also:
-