org.eclipse.gmf.codegen.gmfgen
Interface GenDiagramPreferences

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GenDiagramPreferencesImpl

public interface GenDiagramPreferences
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Gen Diagram Preferences'.

The following features are supported:

See Also:
GMFGenPackage.getGenDiagramPreferences()
Generated
Model Properties:

Method Summary
 GenFont getDefaultFont()
          Returns the value of the 'Default Font' containment reference.
 GenColor getFillColor()
          Returns the value of the 'Fill Color' containment reference.
 GenColor getFontColor()
          Returns the value of the 'Font Color' containment reference.
 GenColor getGridLineColor()
          Returns the value of the 'Grid Line Color' containment reference.
 LineStyle getGridLineStyle()
          Returns the value of the 'Grid Line Style' attribute.
 double getGridSpacing()
          Returns the value of the 'Grid Spacing' attribute.
 GenColor getLineColor()
          Returns the value of the 'Line Color' containment reference.
 Routing getLineStyle()
          Returns the value of the 'Line Style' attribute.
 GenColor getNoteFillColor()
          Returns the value of the 'Note Fill Color' containment reference.
 GenColor getNoteLineColor()
          Returns the value of the 'Note Line Color' containment reference.
 RulerUnits getRulerUnits()
          Returns the value of the 'Ruler Units' attribute.
 boolean isEnableAnimatedLayout()
          Returns the value of the 'Enable Animated Layout' attribute.
 boolean isEnableAnimatedZoom()
          Returns the value of the 'Enable Animated Zoom' attribute.
 boolean isEnableAntiAlias()
          Returns the value of the 'Enable Anti Alias' attribute.
 boolean isGridInFront()
          Returns the value of the 'Grid In Front' attribute.
 boolean isPromptOnDelFromDiagram()
          Returns the value of the 'Prompt On Del From Diagram' attribute.
 boolean isPromptOnDelFromModel()
          Returns the value of the 'Prompt On Del From Model' attribute.
 boolean isShowConnectionHandles()
          Returns the value of the 'Show Connection Handles' attribute.
 boolean isShowGrid()
          Returns the value of the 'Show Grid' attribute.
 boolean isShowPopupBars()
          Returns the value of the 'Show Popup Bars' attribute.
 boolean isShowRulers()
          Returns the value of the 'Show Rulers' attribute.
 boolean isSnapToGeometry()
          Returns the value of the 'Snap To Geometry' attribute.
 boolean isSnapToGrid()
          Returns the value of the 'Snap To Grid' attribute.
 void setDefaultFont(GenFont value)
          Sets the value of the 'Default Font' containment reference.
 void setEnableAnimatedLayout(boolean value)
          Sets the value of the 'Enable Animated Layout' attribute.
 void setEnableAnimatedZoom(boolean value)
          Sets the value of the 'Enable Animated Zoom' attribute.
 void setEnableAntiAlias(boolean value)
          Sets the value of the 'Enable Anti Alias' attribute.
 void setFillColor(GenColor value)
          Sets the value of the 'Fill Color' containment reference.
 void setFontColor(GenColor value)
          Sets the value of the 'Font Color' containment reference.
 void setGridInFront(boolean value)
          Sets the value of the 'Grid In Front' attribute.
 void setGridLineColor(GenColor value)
          Sets the value of the 'Grid Line Color' containment reference.
 void setGridLineStyle(LineStyle value)
          Sets the value of the 'Grid Line Style' attribute.
 void setGridSpacing(double value)
          Sets the value of the 'Grid Spacing' attribute.
 void setLineColor(GenColor value)
          Sets the value of the 'Line Color' containment reference.
 void setLineStyle(Routing value)
          Sets the value of the 'Line Style' attribute.
 void setNoteFillColor(GenColor value)
          Sets the value of the 'Note Fill Color' containment reference.
 void setNoteLineColor(GenColor value)
          Sets the value of the 'Note Line Color' containment reference.
 void setPromptOnDelFromDiagram(boolean value)
          Sets the value of the 'Prompt On Del From Diagram' attribute.
 void setPromptOnDelFromModel(boolean value)
          Sets the value of the 'Prompt On Del From Model' attribute.
 void setRulerUnits(RulerUnits value)
          Sets the value of the 'Ruler Units' attribute.
 void setShowConnectionHandles(boolean value)
          Sets the value of the 'Show Connection Handles' attribute.
 void setShowGrid(boolean value)
          Sets the value of the 'Show Grid' attribute.
 void setShowPopupBars(boolean value)
          Sets the value of the 'Show Popup Bars' attribute.
 void setShowRulers(boolean value)
          Sets the value of the 'Show Rulers' attribute.
 void setSnapToGeometry(boolean value)
          Sets the value of the 'Snap To Geometry' attribute.
 void setSnapToGrid(boolean value)
          Sets the value of the 'Snap To Grid' attribute.
 
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLineStyle

Routing getLineStyle()
Returns the value of the 'Line Style' attribute. The literals are from the enumeration Routing.

If the meaning of the 'Line Style' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Line Style' attribute.
See Also:
Routing, setLineStyle(Routing), GMFGenPackage.getGenDiagramPreferences_LineStyle()
Generated
Model Properties:

setLineStyle

void setLineStyle(Routing value)
Sets the value of the 'Line Style' attribute.

Parameters:
value - the new value of the 'Line Style' attribute.
See Also:
Routing, getLineStyle()
Generated

getDefaultFont

GenFont getDefaultFont()
Returns the value of the 'Default Font' containment reference.

If the meaning of the 'Default Font' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Font' containment reference.
See Also:
setDefaultFont(GenFont), GMFGenPackage.getGenDiagramPreferences_DefaultFont()
Generated
Model Properties:
containment="true"

setDefaultFont

void setDefaultFont(GenFont value)
Sets the value of the 'Default Font' containment reference.

Parameters:
value - the new value of the 'Default Font' containment reference.
See Also:
getDefaultFont()
Generated

getFontColor

GenColor getFontColor()
Returns the value of the 'Font Color' containment reference.

If the meaning of the 'Font Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Font Color' containment reference.
See Also:
setFontColor(GenColor), GMFGenPackage.getGenDiagramPreferences_FontColor()
Generated
Model Properties:
containment="true"

setFontColor

void setFontColor(GenColor value)
Sets the value of the 'Font Color' containment reference.

Parameters:
value - the new value of the 'Font Color' containment reference.
See Also:
getFontColor()
Generated

getFillColor

GenColor getFillColor()
Returns the value of the 'Fill Color' containment reference.

If the meaning of the 'Fill Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fill Color' containment reference.
See Also:
setFillColor(GenColor), GMFGenPackage.getGenDiagramPreferences_FillColor()
Generated
Model Properties:
containment="true"

setFillColor

void setFillColor(GenColor value)
Sets the value of the 'Fill Color' containment reference.

Parameters:
value - the new value of the 'Fill Color' containment reference.
See Also:
getFillColor()
Generated

getLineColor

GenColor getLineColor()
Returns the value of the 'Line Color' containment reference.

If the meaning of the 'Line Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Line Color' containment reference.
See Also:
setLineColor(GenColor), GMFGenPackage.getGenDiagramPreferences_LineColor()
Generated
Model Properties:
containment="true"

setLineColor

void setLineColor(GenColor value)
Sets the value of the 'Line Color' containment reference.

Parameters:
value - the new value of the 'Line Color' containment reference.
See Also:
getLineColor()
Generated

getNoteFillColor

GenColor getNoteFillColor()
Returns the value of the 'Note Fill Color' containment reference.

If the meaning of the 'Note Fill Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Note Fill Color' containment reference.
See Also:
setNoteFillColor(GenColor), GMFGenPackage.getGenDiagramPreferences_NoteFillColor()
Generated
Model Properties:
containment="true"

setNoteFillColor

void setNoteFillColor(GenColor value)
Sets the value of the 'Note Fill Color' containment reference.

Parameters:
value - the new value of the 'Note Fill Color' containment reference.
See Also:
getNoteFillColor()
Generated

getNoteLineColor

GenColor getNoteLineColor()
Returns the value of the 'Note Line Color' containment reference.

If the meaning of the 'Note Line Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Note Line Color' containment reference.
See Also:
setNoteLineColor(GenColor), GMFGenPackage.getGenDiagramPreferences_NoteLineColor()
Generated
Model Properties:
containment="true"

setNoteLineColor

void setNoteLineColor(GenColor value)
Sets the value of the 'Note Line Color' containment reference.

Parameters:
value - the new value of the 'Note Line Color' containment reference.
See Also:
getNoteLineColor()
Generated

isShowConnectionHandles

boolean isShowConnectionHandles()
Returns the value of the 'Show Connection Handles' attribute. The default value is "true".

If the meaning of the 'Show Connection Handles' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Show Connection Handles' attribute.
See Also:
setShowConnectionHandles(boolean), GMFGenPackage.getGenDiagramPreferences_ShowConnectionHandles()
Generated
Model Properties:
default="true"

setShowConnectionHandles

void setShowConnectionHandles(boolean value)
Sets the value of the 'Show Connection Handles' attribute.

Parameters:
value - the new value of the 'Show Connection Handles' attribute.
See Also:
isShowConnectionHandles()
Generated

isShowPopupBars

boolean isShowPopupBars()
Returns the value of the 'Show Popup Bars' attribute. The default value is "true".

If the meaning of the 'Show Popup Bars' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Show Popup Bars' attribute.
See Also:
setShowPopupBars(boolean), GMFGenPackage.getGenDiagramPreferences_ShowPopupBars()
Generated
Model Properties:
default="true"

setShowPopupBars

void setShowPopupBars(boolean value)
Sets the value of the 'Show Popup Bars' attribute.

Parameters:
value - the new value of the 'Show Popup Bars' attribute.
See Also:
isShowPopupBars()
Generated

isPromptOnDelFromModel

boolean isPromptOnDelFromModel()
Returns the value of the 'Prompt On Del From Model' attribute.

If the meaning of the 'Prompt On Del From Model' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prompt On Del From Model' attribute.
See Also:
setPromptOnDelFromModel(boolean), GMFGenPackage.getGenDiagramPreferences_PromptOnDelFromModel()
Generated
Model Properties:

setPromptOnDelFromModel

void setPromptOnDelFromModel(boolean value)
Sets the value of the 'Prompt On Del From Model' attribute.

Parameters:
value - the new value of the 'Prompt On Del From Model' attribute.
See Also:
isPromptOnDelFromModel()
Generated

isPromptOnDelFromDiagram

boolean isPromptOnDelFromDiagram()
Returns the value of the 'Prompt On Del From Diagram' attribute.

If the meaning of the 'Prompt On Del From Diagram' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prompt On Del From Diagram' attribute.
See Also:
setPromptOnDelFromDiagram(boolean), GMFGenPackage.getGenDiagramPreferences_PromptOnDelFromDiagram()
Generated
Model Properties:

setPromptOnDelFromDiagram

void setPromptOnDelFromDiagram(boolean value)
Sets the value of the 'Prompt On Del From Diagram' attribute.

Parameters:
value - the new value of the 'Prompt On Del From Diagram' attribute.
See Also:
isPromptOnDelFromDiagram()
Generated

isEnableAnimatedLayout

boolean isEnableAnimatedLayout()
Returns the value of the 'Enable Animated Layout' attribute. The default value is "true".

If the meaning of the 'Enable Animated Layout' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enable Animated Layout' attribute.
See Also:
setEnableAnimatedLayout(boolean), GMFGenPackage.getGenDiagramPreferences_EnableAnimatedLayout()
Generated
Model Properties:
default="true"

setEnableAnimatedLayout

void setEnableAnimatedLayout(boolean value)
Sets the value of the 'Enable Animated Layout' attribute.

Parameters:
value - the new value of the 'Enable Animated Layout' attribute.
See Also:
isEnableAnimatedLayout()
Generated

isEnableAnimatedZoom

boolean isEnableAnimatedZoom()
Returns the value of the 'Enable Animated Zoom' attribute. The default value is "true".

If the meaning of the 'Enable Animated Zoom' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enable Animated Zoom' attribute.
See Also:
setEnableAnimatedZoom(boolean), GMFGenPackage.getGenDiagramPreferences_EnableAnimatedZoom()
Generated
Model Properties:
default="true"

setEnableAnimatedZoom

void setEnableAnimatedZoom(boolean value)
Sets the value of the 'Enable Animated Zoom' attribute.

Parameters:
value - the new value of the 'Enable Animated Zoom' attribute.
See Also:
isEnableAnimatedZoom()
Generated

isEnableAntiAlias

boolean isEnableAntiAlias()
Returns the value of the 'Enable Anti Alias' attribute. The default value is "true".

If the meaning of the 'Enable Anti Alias' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enable Anti Alias' attribute.
See Also:
setEnableAntiAlias(boolean), GMFGenPackage.getGenDiagramPreferences_EnableAntiAlias()
Generated
Model Properties:
default="true"

setEnableAntiAlias

void setEnableAntiAlias(boolean value)
Sets the value of the 'Enable Anti Alias' attribute.

Parameters:
value - the new value of the 'Enable Anti Alias' attribute.
See Also:
isEnableAntiAlias()
Generated

isShowGrid

boolean isShowGrid()
Returns the value of the 'Show Grid' attribute. The default value is "false".

If the meaning of the 'Show Grid' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Show Grid' attribute.
See Also:
setShowGrid(boolean), GMFGenPackage.getGenDiagramPreferences_ShowGrid()
Generated
Model Properties:
default="false"

setShowGrid

void setShowGrid(boolean value)
Sets the value of the 'Show Grid' attribute.

Parameters:
value - the new value of the 'Show Grid' attribute.
See Also:
isShowGrid()
Generated

isShowRulers

boolean isShowRulers()
Returns the value of the 'Show Rulers' attribute. The default value is "false".

If the meaning of the 'Show Rulers' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Show Rulers' attribute.
See Also:
setShowRulers(boolean), GMFGenPackage.getGenDiagramPreferences_ShowRulers()
Generated
Model Properties:
default="false"

setShowRulers

void setShowRulers(boolean value)
Sets the value of the 'Show Rulers' attribute.

Parameters:
value - the new value of the 'Show Rulers' attribute.
See Also:
isShowRulers()
Generated

isSnapToGrid

boolean isSnapToGrid()
Returns the value of the 'Snap To Grid' attribute. The default value is "true".

If the meaning of the 'Snap To Grid' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Snap To Grid' attribute.
See Also:
setSnapToGrid(boolean), GMFGenPackage.getGenDiagramPreferences_SnapToGrid()
Generated
Model Properties:
default="true"

setSnapToGrid

void setSnapToGrid(boolean value)
Sets the value of the 'Snap To Grid' attribute.

Parameters:
value - the new value of the 'Snap To Grid' attribute.
See Also:
isSnapToGrid()
Generated

isSnapToGeometry

boolean isSnapToGeometry()
Returns the value of the 'Snap To Geometry' attribute. The default value is "false".

If the meaning of the 'Snap To Geometry' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Snap To Geometry' attribute.
See Also:
setSnapToGeometry(boolean), GMFGenPackage.getGenDiagramPreferences_SnapToGeometry()
Generated
Model Properties:
default="false"

setSnapToGeometry

void setSnapToGeometry(boolean value)
Sets the value of the 'Snap To Geometry' attribute.

Parameters:
value - the new value of the 'Snap To Geometry' attribute.
See Also:
isSnapToGeometry()
Generated

isGridInFront

boolean isGridInFront()
Returns the value of the 'Grid In Front' attribute. The default value is "true".

If the meaning of the 'Grid In Front' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grid In Front' attribute.
See Also:
setGridInFront(boolean), GMFGenPackage.getGenDiagramPreferences_GridInFront()
Generated
Model Properties:
default="true"

setGridInFront

void setGridInFront(boolean value)
Sets the value of the 'Grid In Front' attribute.

Parameters:
value - the new value of the 'Grid In Front' attribute.
See Also:
isGridInFront()
Generated

getRulerUnits

RulerUnits getRulerUnits()
Returns the value of the 'Ruler Units' attribute. The literals are from the enumeration RulerUnits.

If the meaning of the 'Ruler Units' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ruler Units' attribute.
See Also:
RulerUnits, setRulerUnits(RulerUnits), GMFGenPackage.getGenDiagramPreferences_RulerUnits()
Generated
Model Properties:

setRulerUnits

void setRulerUnits(RulerUnits value)
Sets the value of the 'Ruler Units' attribute.

Parameters:
value - the new value of the 'Ruler Units' attribute.
See Also:
RulerUnits, getRulerUnits()
Generated

getGridSpacing

double getGridSpacing()
Returns the value of the 'Grid Spacing' attribute.

If the meaning of the 'Grid Spacing' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grid Spacing' attribute.
See Also:
setGridSpacing(double), GMFGenPackage.getGenDiagramPreferences_GridSpacing()
Generated
Model Properties:

setGridSpacing

void setGridSpacing(double value)
Sets the value of the 'Grid Spacing' attribute.

Parameters:
value - the new value of the 'Grid Spacing' attribute.
See Also:
getGridSpacing()
Generated

getGridLineColor

GenColor getGridLineColor()
Returns the value of the 'Grid Line Color' containment reference.

If the meaning of the 'Grid Line Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grid Line Color' containment reference.
See Also:
setGridLineColor(GenColor), GMFGenPackage.getGenDiagramPreferences_GridLineColor()
Generated
Model Properties:
containment="true"

setGridLineColor

void setGridLineColor(GenColor value)
Sets the value of the 'Grid Line Color' containment reference.

Parameters:
value - the new value of the 'Grid Line Color' containment reference.
See Also:
getGridLineColor()
Generated

getGridLineStyle

LineStyle getGridLineStyle()
Returns the value of the 'Grid Line Style' attribute. The literals are from the enumeration LineStyle.

If the meaning of the 'Grid Line Style' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grid Line Style' attribute.
See Also:
LineStyle, setGridLineStyle(LineStyle), GMFGenPackage.getGenDiagramPreferences_GridLineStyle()
Generated
Model Properties:

setGridLineStyle

void setGridLineStyle(LineStyle value)
Sets the value of the 'Grid Line Style' attribute.

Parameters:
value - the new value of the 'Grid Line Style' attribute.
See Also:
LineStyle, getGridLineStyle()
Generated


Copyright © 2012. All Rights Reserved.