Package com._1c.g5.v8.dt.moxel
Interface ViewSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ViewSettingsImpl
public interface ViewSettings extends org.eclipse.emf.ecore.EObject
A representation of the model object 'View Settings'.The following features are supported:
Current Column
Current Row
Selection
Selected Drawings
Scale
Show Grid
Show Headers
Show Names
Show Groups
Show Page Breaks
Show Named Rows And Columns
Show Comments
Black And White
Fixed Column
Fixed Column Columns
Fixed Row
Fixation Point Column
Fixation Point Row
Top Fixation Point Column
Top Fixation Point Row
Screen Begin Point Column
Screen Begin Point Row
Current Language
- See Also:
MoxelPackage.getViewSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCurrentColumn()
Returns the value of the 'Current Column' attribute.String
getCurrentLanguage()
Returns the value of the 'Current Language' attribute.int
getCurrentRow()
Returns the value of the 'Current Row' attribute.int
getFixationPointColumn()
Returns the value of the 'Fixation Point Column' attribute.int
getFixationPointRow()
Returns the value of the 'Fixation Point Row' attribute.int
getFixedColumn()
Returns the value of the 'Fixed Column' attribute.Columns
getFixedColumnColumns()
Returns the value of the 'Fixed Column Columns' reference.int
getFixedRow()
Returns the value of the 'Fixed Row' attribute.int
getScale()
Returns the value of the 'Scale' attribute.int
getScreenBeginPointColumn()
Returns the value of the 'Screen Begin Point Column' attribute.int
getScreenBeginPointRow()
Returns the value of the 'Screen Begin Point Row' attribute.org.eclipse.emf.common.util.EList<Integer>
getSelectedDrawings()
Returns the value of the 'Selected Drawings' attribute list.org.eclipse.emf.common.util.EList<Area>
getSelection()
Returns the value of the 'Selection' containment reference list.int
getTopFixationPointColumn()
Returns the value of the 'Top Fixation Point Column' attribute.int
getTopFixationPointRow()
Returns the value of the 'Top Fixation Point Row' attribute.boolean
isBlackAndWhite()
Returns the value of the 'Black And White' attribute.boolean
isShowComments()
Returns the value of the 'Show Comments' attribute.boolean
isShowGrid()
Returns the value of the 'Show Grid' attribute.boolean
isShowGroups()
Returns the value of the 'Show Groups' attribute.boolean
isShowHeaders()
Returns the value of the 'Show Headers' attribute.boolean
isShowNamedRowsAndColumns()
Returns the value of the 'Show Named Rows And Columns' attribute.boolean
isShowNames()
Returns the value of the 'Show Names' attribute.boolean
isShowPageBreaks()
Returns the value of the 'Show Page Breaks' attribute.void
setBlackAndWhite(boolean value)
Sets the value of the 'Black And White
' attribute.void
setCurrentColumn(int value)
Sets the value of the 'Current Column
' attribute.void
setCurrentLanguage(String value)
Sets the value of the 'Current Language
' attribute.void
setCurrentRow(int value)
Sets the value of the 'Current Row
' attribute.void
setFixationPointColumn(int value)
Sets the value of the 'Fixation Point Column
' attribute.void
setFixationPointRow(int value)
Sets the value of the 'Fixation Point Row
' attribute.void
setFixedColumn(int value)
Sets the value of the 'Fixed Column
' attribute.void
setFixedColumnColumns(Columns value)
Sets the value of the 'Fixed Column Columns
' reference.void
setFixedRow(int value)
Sets the value of the 'Fixed Row
' attribute.void
setScale(int value)
Sets the value of the 'Scale
' attribute.void
setScreenBeginPointColumn(int value)
Sets the value of the 'Screen Begin Point Column
' attribute.void
setScreenBeginPointRow(int value)
Sets the value of the 'Screen Begin Point Row
' attribute.void
setShowComments(boolean value)
Sets the value of the 'Show Comments
' attribute.void
setShowGrid(boolean value)
Sets the value of the 'Show Grid
' attribute.void
setShowGroups(boolean value)
Sets the value of the 'Show Groups
' attribute.void
setShowHeaders(boolean value)
Sets the value of the 'Show Headers
' attribute.void
setShowNamedRowsAndColumns(boolean value)
Sets the value of the 'Show Named Rows And Columns
' attribute.void
setShowNames(boolean value)
Sets the value of the 'Show Names
' attribute.void
setShowPageBreaks(boolean value)
Sets the value of the 'Show Page Breaks
' attribute.void
setTopFixationPointColumn(int value)
Sets the value of the 'Top Fixation Point Column
' attribute.void
setTopFixationPointRow(int value)
Sets the value of the 'Top Fixation Point Row
' attribute.
-
-
-
Method Detail
-
getCurrentColumn
int getCurrentColumn()
Returns the value of the 'Current Column' attribute. The default value is"0"
.- Returns:
- the value of the 'Current Column' attribute.
- See Also:
setCurrentColumn(int)
,MoxelPackage.getViewSettings_CurrentColumn()
-
setCurrentColumn
void setCurrentColumn(int value)
Sets the value of the 'Current Column
' attribute.- Parameters:
value
- the new value of the 'Current Column' attribute.- See Also:
getCurrentColumn()
-
getCurrentRow
int getCurrentRow()
Returns the value of the 'Current Row' attribute. The default value is"0"
.- Returns:
- the value of the 'Current Row' attribute.
- See Also:
setCurrentRow(int)
,MoxelPackage.getViewSettings_CurrentRow()
-
setCurrentRow
void setCurrentRow(int value)
Sets the value of the 'Current Row
' attribute.- Parameters:
value
- the new value of the 'Current Row' attribute.- See Also:
getCurrentRow()
-
getSelection
org.eclipse.emf.common.util.EList<Area> getSelection()
Returns the value of the 'Selection' containment reference list. The list contents are of typeArea
.- Returns:
- the value of the 'Selection' containment reference list.
- See Also:
MoxelPackage.getViewSettings_Selection()
-
getSelectedDrawings
org.eclipse.emf.common.util.EList<Integer> getSelectedDrawings()
Returns the value of the 'Selected Drawings' attribute list. The list contents are of typeInteger
.- Returns:
- the value of the 'Selected Drawings' attribute list.
- See Also:
MoxelPackage.getViewSettings_SelectedDrawings()
-
getScale
int getScale()
Returns the value of the 'Scale' attribute. The default value is"100"
.- Returns:
- the value of the 'Scale' attribute.
- See Also:
setScale(int)
,MoxelPackage.getViewSettings_Scale()
-
setScale
void setScale(int value)
Sets the value of the 'Scale
' attribute.- Parameters:
value
- the new value of the 'Scale' attribute.- See Also:
getScale()
-
isShowGrid
boolean isShowGrid()
Returns the value of the 'Show Grid' attribute. The default value is"true"
.- Returns:
- the value of the 'Show Grid' attribute.
- See Also:
setShowGrid(boolean)
,MoxelPackage.getViewSettings_ShowGrid()
-
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()
-
isShowHeaders
boolean isShowHeaders()
Returns the value of the 'Show Headers' attribute. The default value is"true"
.- Returns:
- the value of the 'Show Headers' attribute.
- See Also:
setShowHeaders(boolean)
,MoxelPackage.getViewSettings_ShowHeaders()
-
setShowHeaders
void setShowHeaders(boolean value)
Sets the value of the 'Show Headers
' attribute.- Parameters:
value
- the new value of the 'Show Headers' attribute.- See Also:
isShowHeaders()
-
isShowNames
boolean isShowNames()
Returns the value of the 'Show Names' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Names' attribute.
- See Also:
setShowNames(boolean)
,MoxelPackage.getViewSettings_ShowNames()
-
setShowNames
void setShowNames(boolean value)
Sets the value of the 'Show Names
' attribute.- Parameters:
value
- the new value of the 'Show Names' attribute.- See Also:
isShowNames()
-
isShowGroups
boolean isShowGroups()
Returns the value of the 'Show Groups' attribute. The default value is"true"
.- Returns:
- the value of the 'Show Groups' attribute.
- See Also:
setShowGroups(boolean)
,MoxelPackage.getViewSettings_ShowGroups()
-
setShowGroups
void setShowGroups(boolean value)
Sets the value of the 'Show Groups
' attribute.- Parameters:
value
- the new value of the 'Show Groups' attribute.- See Also:
isShowGroups()
-
isShowPageBreaks
boolean isShowPageBreaks()
Returns the value of the 'Show Page Breaks' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Page Breaks' attribute.
- See Also:
setShowPageBreaks(boolean)
,MoxelPackage.getViewSettings_ShowPageBreaks()
-
setShowPageBreaks
void setShowPageBreaks(boolean value)
Sets the value of the 'Show Page Breaks
' attribute.- Parameters:
value
- the new value of the 'Show Page Breaks' attribute.- See Also:
isShowPageBreaks()
-
isShowNamedRowsAndColumns
boolean isShowNamedRowsAndColumns()
Returns the value of the 'Show Named Rows And Columns' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Named Rows And Columns' attribute.
- See Also:
setShowNamedRowsAndColumns(boolean)
,MoxelPackage.getViewSettings_ShowNamedRowsAndColumns()
-
setShowNamedRowsAndColumns
void setShowNamedRowsAndColumns(boolean value)
Sets the value of the 'Show Named Rows And Columns
' attribute.- Parameters:
value
- the new value of the 'Show Named Rows And Columns' attribute.- See Also:
isShowNamedRowsAndColumns()
-
isShowComments
boolean isShowComments()
Returns the value of the 'Show Comments' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Comments' attribute.
- See Also:
setShowComments(boolean)
,MoxelPackage.getViewSettings_ShowComments()
-
setShowComments
void setShowComments(boolean value)
Sets the value of the 'Show Comments
' attribute.- Parameters:
value
- the new value of the 'Show Comments' attribute.- See Also:
isShowComments()
-
isBlackAndWhite
boolean isBlackAndWhite()
Returns the value of the 'Black And White' attribute. The default value is"false"
.- Returns:
- the value of the 'Black And White' attribute.
- See Also:
setBlackAndWhite(boolean)
,MoxelPackage.getViewSettings_BlackAndWhite()
-
setBlackAndWhite
void setBlackAndWhite(boolean value)
Sets the value of the 'Black And White
' attribute.- Parameters:
value
- the new value of the 'Black And White' attribute.- See Also:
isBlackAndWhite()
-
getFixedColumn
int getFixedColumn()
Returns the value of the 'Fixed Column' attribute. The default value is"0"
.- Returns:
- the value of the 'Fixed Column' attribute.
- See Also:
setFixedColumn(int)
,MoxelPackage.getViewSettings_FixedColumn()
-
setFixedColumn
void setFixedColumn(int value)
Sets the value of the 'Fixed Column
' attribute.- Parameters:
value
- the new value of the 'Fixed Column' attribute.- See Also:
getFixedColumn()
-
getFixedColumnColumns
Columns getFixedColumnColumns()
Returns the value of the 'Fixed Column Columns' reference.- Returns:
- the value of the 'Fixed Column Columns' reference.
- See Also:
setFixedColumnColumns(Columns)
,MoxelPackage.getViewSettings_FixedColumnColumns()
-
setFixedColumnColumns
void setFixedColumnColumns(Columns value)
Sets the value of the 'Fixed Column Columns
' reference.- Parameters:
value
- the new value of the 'Fixed Column Columns' reference.- See Also:
getFixedColumnColumns()
-
getFixedRow
int getFixedRow()
Returns the value of the 'Fixed Row' attribute. The default value is"0"
.- Returns:
- the value of the 'Fixed Row' attribute.
- See Also:
setFixedRow(int)
,MoxelPackage.getViewSettings_FixedRow()
-
setFixedRow
void setFixedRow(int value)
Sets the value of the 'Fixed Row
' attribute.- Parameters:
value
- the new value of the 'Fixed Row' attribute.- See Also:
getFixedRow()
-
getFixationPointColumn
int getFixationPointColumn()
Returns the value of the 'Fixation Point Column' attribute. The default value is"0"
.- Returns:
- the value of the 'Fixation Point Column' attribute.
- See Also:
setFixationPointColumn(int)
,MoxelPackage.getViewSettings_FixationPointColumn()
-
setFixationPointColumn
void setFixationPointColumn(int value)
Sets the value of the 'Fixation Point Column
' attribute.- Parameters:
value
- the new value of the 'Fixation Point Column' attribute.- See Also:
getFixationPointColumn()
-
getFixationPointRow
int getFixationPointRow()
Returns the value of the 'Fixation Point Row' attribute. The default value is"0"
.- Returns:
- the value of the 'Fixation Point Row' attribute.
- See Also:
setFixationPointRow(int)
,MoxelPackage.getViewSettings_FixationPointRow()
-
setFixationPointRow
void setFixationPointRow(int value)
Sets the value of the 'Fixation Point Row
' attribute.- Parameters:
value
- the new value of the 'Fixation Point Row' attribute.- See Also:
getFixationPointRow()
-
getTopFixationPointColumn
int getTopFixationPointColumn()
Returns the value of the 'Top Fixation Point Column' attribute. The default value is"0"
.- Returns:
- the value of the 'Top Fixation Point Column' attribute.
- See Also:
setTopFixationPointColumn(int)
,MoxelPackage.getViewSettings_TopFixationPointColumn()
-
setTopFixationPointColumn
void setTopFixationPointColumn(int value)
Sets the value of the 'Top Fixation Point Column
' attribute.- Parameters:
value
- the new value of the 'Top Fixation Point Column' attribute.- See Also:
getTopFixationPointColumn()
-
getTopFixationPointRow
int getTopFixationPointRow()
Returns the value of the 'Top Fixation Point Row' attribute. The default value is"0"
.- Returns:
- the value of the 'Top Fixation Point Row' attribute.
- See Also:
setTopFixationPointRow(int)
,MoxelPackage.getViewSettings_TopFixationPointRow()
-
setTopFixationPointRow
void setTopFixationPointRow(int value)
Sets the value of the 'Top Fixation Point Row
' attribute.- Parameters:
value
- the new value of the 'Top Fixation Point Row' attribute.- See Also:
getTopFixationPointRow()
-
getScreenBeginPointColumn
int getScreenBeginPointColumn()
Returns the value of the 'Screen Begin Point Column' attribute. The default value is"0"
.- Returns:
- the value of the 'Screen Begin Point Column' attribute.
- See Also:
setScreenBeginPointColumn(int)
,MoxelPackage.getViewSettings_ScreenBeginPointColumn()
-
setScreenBeginPointColumn
void setScreenBeginPointColumn(int value)
Sets the value of the 'Screen Begin Point Column
' attribute.- Parameters:
value
- the new value of the 'Screen Begin Point Column' attribute.- See Also:
getScreenBeginPointColumn()
-
getScreenBeginPointRow
int getScreenBeginPointRow()
Returns the value of the 'Screen Begin Point Row' attribute. The default value is"0"
.- Returns:
- the value of the 'Screen Begin Point Row' attribute.
- See Also:
setScreenBeginPointRow(int)
,MoxelPackage.getViewSettings_ScreenBeginPointRow()
-
setScreenBeginPointRow
void setScreenBeginPointRow(int value)
Sets the value of the 'Screen Begin Point Row
' attribute.- Parameters:
value
- the new value of the 'Screen Begin Point Row' attribute.- See Also:
getScreenBeginPointRow()
-
getCurrentLanguage
String getCurrentLanguage()
Returns the value of the 'Current Language' attribute. The default value is""
.- Returns:
- the value of the 'Current Language' attribute.
- See Also:
setCurrentLanguage(String)
,MoxelPackage.getViewSettings_CurrentLanguage()
-
setCurrentLanguage
void setCurrentLanguage(String value)
Sets the value of the 'Current Language
' attribute.- Parameters:
value
- the new value of the 'Current Language' attribute.- See Also:
getCurrentLanguage()
-
-