Interface SkinImage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ISkinElementWithBorderColor,ISkinElementWithFont,ISkinElementWithTextColor,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinImageImpl
public interface SkinImage
extends ISkinElementWithBorderColor, ISkinElementWithTextColor, ISkinElementWithFont
A representation of the model object 'Skin Image'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Border' containment reference.voidSets the value of the 'Border' 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, eUnsetMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithBorderColor
getBorderColor, setBorderColorMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithFont
getFont, setFontMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithTextColor
getTextColor, setTextColorMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBorder
PresentationStyledBorder getBorder()Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
-
setBorder
Sets the value of the 'Border' containment reference.- Parameters:
value- the new value of the 'Border' containment reference.- See Also:
-