|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageStyle
A representation of the model object 'Image Style'.
The following features are supported:
NotationPackage.getImageStyle()
Method Summary | |
---|---|
java.lang.Boolean |
getAntiAlias()
Returns the value of the 'Anti Alias' attribute. |
Bounds |
getCropBound()
Returns the value of the 'Crop Bound' containment reference |
java.lang.Boolean |
getMaintainAspectRatio()
Returns the value of the 'Maintain Aspect Ratio' attribute. |
void |
setAntiAlias(java.lang.Boolean value)
Sets the value of the ' Anti Alias ' attribute |
void |
setCropBound(Bounds value)
Sets the value of the ' Crop Bound ' containment reference |
void |
setMaintainAspectRatio(java.lang.Boolean value)
Sets the value of the ' Maintain Aspect Ratio ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.Boolean getAntiAlias()
"true"
.
If the meaning of the 'Anti Alias' attribute isn't clear, there really should be more of a description here...
setAntiAlias(Boolean)
,
NotationPackage.getImageStyle_AntiAlias()
void setAntiAlias(java.lang.Boolean value)
Anti Alias
' attribute.
value
- the new value of the 'Anti Alias' attribute.getAntiAlias()
java.lang.Boolean getMaintainAspectRatio()
"true"
.
If the meaning of the 'Maintain Aspect Ratio' attribute isn't clear, there really should be more of a description here...
setMaintainAspectRatio(Boolean)
,
NotationPackage.getImageStyle_MaintainAspectRatio()
void setMaintainAspectRatio(java.lang.Boolean value)
Maintain Aspect Ratio
' attribute.
value
- the new value of the 'Maintain Aspect Ratio' attribute.getMaintainAspectRatio()
Bounds getCropBound()
If the meaning of the 'Crop Bound' containment reference isn't clear, there really should be more of a description here...
setCropBound(Bounds)
,
NotationPackage.getImageStyle_CropBound()
void setCropBound(Bounds value)
Crop Bound
' containment reference.
value
- the new value of the 'Crop Bound' containment reference.getCropBound()
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.