|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageStyle
A representation of the model object 'Page Style'.
The page style is a style to be installed on multi-page diagrams
The following features are supported:
NotationPackage.getPageStyle()
Method Summary | |
---|---|
int |
getPageHeight()
Returns the value of the 'Page Height' attribute. |
int |
getPageWidth()
Returns the value of the 'Page Width' attribute. |
int |
getPageX()
Returns the value of the 'Page X' attribute. |
int |
getPageY()
Returns the value of the 'Page Y' attribute. |
void |
setPageHeight(int value)
Sets the value of the ' Page Height ' attribute |
void |
setPageWidth(int value)
Sets the value of the ' Page Width ' attribute |
void |
setPageX(int value)
Sets the value of the ' Page X ' attribute |
void |
setPageY(int value)
Sets the value of the ' Page Y ' 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 |
---|
int getPageX()
"0"
.
This is the x-origin of the page.
setPageX(int)
,
NotationPackage.getPageStyle_PageX()
void setPageX(int value)
Page X
' attribute.
This is the x-origin of the page.
value
- the new value of the 'Page X' attribute.getPageX()
int getPageY()
"0"
.
This is the y-origin of the page.
setPageY(int)
,
NotationPackage.getPageStyle_PageY()
void setPageY(int value)
Page Y
' attribute.
This is the x-origin of the page.
value
- the new value of the 'Page Y' attribute.getPageY()
int getPageWidth()
"100"
.
This is the width of the page.
setPageWidth(int)
,
NotationPackage.getPageStyle_PageWidth()
void setPageWidth(int value)
Page Width
' attribute.
This is the width of the page.
value
- the new value of the 'Page Width' attribute.getPageWidth()
int getPageHeight()
"100"
.
This is the height of the page.
setPageHeight(int)
,
NotationPackage.getPageStyle_PageHeight()
void setPageHeight(int value)
Page Height
' attribute.
This is the height of the page.
value
- the new value of the 'Page Height' attribute.getPageHeight()
|
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.