Interface SkinCalendar
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ISkinElementWithBorderColor,ISkinElementWithFont,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinCalendarImpl
A representation of the model object 'Skin Calendar'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Border' containment reference.Returns the value of the 'Day Size' containment reference.intReturns the value of the 'Short Month Width' attribute.intReturns the value of the 'Today Panel Height' attribute.voidSets the value of the 'Border' containment reference.voidsetDaySize(PresentationPoint value) Sets the value of the 'Day Size' containment reference.voidsetShortMonthWidth(int value) Sets the value of the 'Short Month Width' attribute.voidsetTodayPanelHeight(int value) Sets the value of the 'Today Panel Height' attribute.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 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:
-
getDaySize
PresentationPoint getDaySize()Returns the value of the 'Day Size' containment reference.- Returns:
- the value of the 'Day Size' containment reference.
- See Also:
-
setDaySize
Sets the value of the 'Day Size' containment reference.- Parameters:
value- the new value of the 'Day Size' containment reference.- See Also:
-
getShortMonthWidth
int getShortMonthWidth()Returns the value of the 'Short Month Width' attribute.- Returns:
- the value of the 'Short Month Width' attribute.
- See Also:
-
setShortMonthWidth
void setShortMonthWidth(int value) Sets the value of the 'Short Month Width' attribute.- Parameters:
value- the new value of the 'Short Month Width' attribute.- See Also:
-
getTodayPanelHeight
int getTodayPanelHeight()Returns the value of the 'Today Panel Height' attribute.- Returns:
- the value of the 'Today Panel Height' attribute.
- See Also:
-
setTodayPanelHeight
void setTodayPanelHeight(int value) Sets the value of the 'Today Panel Height' attribute.- Parameters:
value- the new value of the 'Today Panel Height' attribute.- See Also:
-