Interface PointDimensionValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier,SeriesDimensionValue
- All Known Implementing Classes:
PointDimensionValueImpl
public interface PointDimensionValue extends SeriesDimensionValue
A representation of the model object 'Point Dimension Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontgetFont()Returns the value of the 'Font' containment reference.PicturegetPicture()Returns the value of the 'Picture' containment reference.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetPicture(Picture value)Sets the value of the 'Picture' 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.ganttchart.model.SeriesDimensionValue
getBaseData, getCacheKey, getExtKey, getItemKey, getKey, getLeftKey, getParentKey, getRightKey, getTitle, setBaseData, setCacheKey, setExtKey, setItemKey, setKey, setLeftKey, setParentKey, setRightKey
-
-
-
-
Method Detail
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font),GanttChartPackage.getPointDimensionValue_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture),GanttChartPackage.getPointDimensionValue_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
-