Interface GraphStyleType
- 
- All Superinterfaces:
- AbstractGMLType,- BaseStyleDescriptorType,- EObject,- Notifier
 - All Known Implementing Classes:
- GraphStyleTypeImpl
 
 public interface GraphStyleType extends BaseStyleDescriptorType A representation of the model object 'Graph Style Type'. [complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.The following features are supported: - See Also:
- Gml311Package.getGraphStyleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AesheticCriteriaType>getAestheticCriteria()Returns the value of the 'Aesthetic Criteria' attribute list.DrawingTypeTypegetDrawingType()Returns the value of the 'Drawing Type' attribute.GraphTypeTypegetGraphType()Returns the value of the 'Graph Type' attribute.LineTypeTypegetLineType()Returns the value of the 'Line Type' attribute.doublegetMinAngle()Returns the value of the 'Min Angle' attribute.doublegetMinDistance()Returns the value of the 'Min Distance' attribute.booleanisDirected()Returns the value of the 'Directed' attribute.booleanisGrid()Returns the value of the 'Grid' attribute.booleanisPlanar()Returns the value of the 'Planar' attribute.booleanisSetDirected()Returns whether the value of the 'Directed' attribute is set.booleanisSetDrawingType()Returns whether the value of the 'Drawing Type' attribute is set.booleanisSetGraphType()Returns whether the value of the 'Graph Type' attribute is set.booleanisSetGrid()Returns whether the value of the 'Grid' attribute is set.booleanisSetLineType()Returns whether the value of the 'Line Type' attribute is set.booleanisSetMinAngle()Returns whether the value of the 'Min Angle' attribute is set.booleanisSetMinDistance()Returns whether the value of the 'Min Distance' attribute is set.booleanisSetPlanar()Returns whether the value of the 'Planar' attribute is set.voidsetDirected(boolean value)Sets the value of the 'Directed' attribute.voidsetDrawingType(DrawingTypeType value)Sets the value of the 'Drawing Type' attribute.voidsetGraphType(GraphTypeType value)Sets the value of the 'Graph Type' attribute.voidsetGrid(boolean value)Sets the value of the 'Grid' attribute.voidsetLineType(LineTypeType value)Sets the value of the 'Line Type' attribute.voidsetMinAngle(double value)Sets the value of the 'Min Angle' attribute.voidsetMinDistance(double value)Sets the value of the 'Min Distance' attribute.voidsetPlanar(boolean value)Sets the value of the 'Planar' attribute.voidunsetDirected()Unsets the value of the 'Directed' attribute.voidunsetDrawingType()Unsets the value of the 'Drawing Type' attribute.voidunsetGraphType()Unsets the value of the 'Graph Type' attribute.voidunsetGrid()Unsets the value of the 'Grid' attribute.voidunsetLineType()Unsets the value of the 'Line Type' attribute.voidunsetMinAngle()Unsets the value of the 'Min Angle' attribute.voidunsetMinDistance()Unsets the value of the 'Min Distance' attribute.voidunsetPlanar()Unsets the value of the 'Planar' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface BaseStyleDescriptorTypegetAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
 
- 
 
- 
- 
- 
Method Detail- 
isPlanarboolean isPlanar() Returns the value of the 'Planar' attribute.If the meaning of the 'Planar' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Planar' attribute.
- See Also:
- isSetPlanar(),- unsetPlanar(),- setPlanar(boolean),- Gml311Package.getGraphStyleType_Planar()
 
 - 
setPlanarvoid setPlanar(boolean value) Sets the value of the 'Planar' attribute.- Parameters:
- value- the new value of the 'Planar' attribute.
- See Also:
- isSetPlanar(),- unsetPlanar(),- isPlanar()
 
 - 
unsetPlanarvoid unsetPlanar() Unsets the value of the 'Planar' attribute.- See Also:
- isSetPlanar(),- isPlanar(),- setPlanar(boolean)
 
 - 
isSetPlanarboolean isSetPlanar() Returns whether the value of the 'Planar' attribute is set.- Returns:
- whether the value of the 'Planar' attribute is set.
- See Also:
- unsetPlanar(),- isPlanar(),- setPlanar(boolean)
 
 - 
isDirectedboolean isDirected() Returns the value of the 'Directed' attribute.If the meaning of the 'Directed' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Directed' attribute.
- See Also:
- isSetDirected(),- unsetDirected(),- setDirected(boolean),- Gml311Package.getGraphStyleType_Directed()
 
 - 
setDirectedvoid setDirected(boolean value) Sets the value of the 'Directed' attribute.- Parameters:
- value- the new value of the 'Directed' attribute.
- See Also:
- isSetDirected(),- unsetDirected(),- isDirected()
 
 - 
unsetDirectedvoid unsetDirected() Unsets the value of the 'Directed' attribute.- See Also:
- isSetDirected(),- isDirected(),- setDirected(boolean)
 
 - 
isSetDirectedboolean isSetDirected() Returns whether the value of the 'Directed' attribute is set.- Returns:
- whether the value of the 'Directed' attribute is set.
- See Also:
- unsetDirected(),- isDirected(),- setDirected(boolean)
 
 - 
isGridboolean isGrid() Returns the value of the 'Grid' attribute.If the meaning of the 'Grid' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Grid' attribute.
- See Also:
- isSetGrid(),- unsetGrid(),- setGrid(boolean),- Gml311Package.getGraphStyleType_Grid()
 
 - 
setGridvoid setGrid(boolean value) Sets the value of the 'Grid' attribute.- Parameters:
- value- the new value of the 'Grid' attribute.
- See Also:
- isSetGrid(),- unsetGrid(),- isGrid()
 
 - 
unsetGridvoid unsetGrid() Unsets the value of the 'Grid' attribute.- See Also:
- isSetGrid(),- isGrid(),- setGrid(boolean)
 
 - 
isSetGridboolean isSetGrid() Returns whether the value of the 'Grid' attribute is set.- Returns:
- whether the value of the 'Grid' attribute is set.
- See Also:
- unsetGrid(),- isGrid(),- setGrid(boolean)
 
 - 
getMinDistancedouble getMinDistance() Returns the value of the 'Min Distance' attribute.If the meaning of the 'Min Distance' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Min Distance' attribute.
- See Also:
- isSetMinDistance(),- unsetMinDistance(),- setMinDistance(double),- Gml311Package.getGraphStyleType_MinDistance()
 
 - 
setMinDistancevoid setMinDistance(double value) Sets the value of the 'Min Distance' attribute.- Parameters:
- value- the new value of the 'Min Distance' attribute.
- See Also:
- isSetMinDistance(),- unsetMinDistance(),- getMinDistance()
 
 - 
unsetMinDistancevoid unsetMinDistance() Unsets the value of the 'Min Distance' attribute.- See Also:
- isSetMinDistance(),- getMinDistance(),- setMinDistance(double)
 
 - 
isSetMinDistanceboolean isSetMinDistance() Returns whether the value of the 'Min Distance' attribute is set.- Returns:
- whether the value of the 'Min Distance' attribute is set.
- See Also:
- unsetMinDistance(),- getMinDistance(),- setMinDistance(double)
 
 - 
getMinAngledouble getMinAngle() Returns the value of the 'Min Angle' attribute.If the meaning of the 'Min Angle' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Min Angle' attribute.
- See Also:
- isSetMinAngle(),- unsetMinAngle(),- setMinAngle(double),- Gml311Package.getGraphStyleType_MinAngle()
 
 - 
setMinAnglevoid setMinAngle(double value) Sets the value of the 'Min Angle' attribute.- Parameters:
- value- the new value of the 'Min Angle' attribute.
- See Also:
- isSetMinAngle(),- unsetMinAngle(),- getMinAngle()
 
 - 
unsetMinAnglevoid unsetMinAngle() Unsets the value of the 'Min Angle' attribute.- See Also:
- isSetMinAngle(),- getMinAngle(),- setMinAngle(double)
 
 - 
isSetMinAngleboolean isSetMinAngle() Returns whether the value of the 'Min Angle' attribute is set.- Returns:
- whether the value of the 'Min Angle' attribute is set.
- See Also:
- unsetMinAngle(),- getMinAngle(),- setMinAngle(double)
 
 - 
getGraphTypeGraphTypeType getGraphType() Returns the value of the 'Graph Type' attribute. The literals are from the enumerationGraphTypeType.If the meaning of the 'Graph Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Graph Type' attribute.
- See Also:
- GraphTypeType,- isSetGraphType(),- unsetGraphType(),- setGraphType(GraphTypeType),- Gml311Package.getGraphStyleType_GraphType()
 
 - 
setGraphTypevoid setGraphType(GraphTypeType value) Sets the value of the 'Graph Type' attribute.- Parameters:
- value- the new value of the 'Graph Type' attribute.
- See Also:
- GraphTypeType,- isSetGraphType(),- unsetGraphType(),- getGraphType()
 
 - 
unsetGraphTypevoid unsetGraphType() Unsets the value of the 'Graph Type' attribute.
 - 
isSetGraphTypeboolean isSetGraphType() Returns whether the value of the 'Graph Type' attribute is set.- Returns:
- whether the value of the 'Graph Type' attribute is set.
- See Also:
- unsetGraphType(),- getGraphType(),- setGraphType(GraphTypeType)
 
 - 
getDrawingTypeDrawingTypeType getDrawingType() Returns the value of the 'Drawing Type' attribute. The literals are from the enumerationDrawingTypeType.If the meaning of the 'Drawing Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Drawing Type' attribute.
- See Also:
- DrawingTypeType,- isSetDrawingType(),- unsetDrawingType(),- setDrawingType(DrawingTypeType),- Gml311Package.getGraphStyleType_DrawingType()
 
 - 
setDrawingTypevoid setDrawingType(DrawingTypeType value) Sets the value of the 'Drawing Type' attribute.- Parameters:
- value- the new value of the 'Drawing Type' attribute.
- See Also:
- DrawingTypeType,- isSetDrawingType(),- unsetDrawingType(),- getDrawingType()
 
 - 
unsetDrawingTypevoid unsetDrawingType() Unsets the value of the 'Drawing Type' attribute.
 - 
isSetDrawingTypeboolean isSetDrawingType() Returns whether the value of the 'Drawing Type' attribute is set.- Returns:
- whether the value of the 'Drawing Type' attribute is set.
- See Also:
- unsetDrawingType(),- getDrawingType(),- setDrawingType(DrawingTypeType)
 
 - 
getLineTypeLineTypeType getLineType() Returns the value of the 'Line Type' attribute. The literals are from the enumerationLineTypeType.If the meaning of the 'Line Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Line Type' attribute.
- See Also:
- LineTypeType,- isSetLineType(),- unsetLineType(),- setLineType(LineTypeType),- Gml311Package.getGraphStyleType_LineType()
 
 - 
setLineTypevoid setLineType(LineTypeType value) Sets the value of the 'Line Type' attribute.- Parameters:
- value- the new value of the 'Line Type' attribute.
- See Also:
- LineTypeType,- isSetLineType(),- unsetLineType(),- getLineType()
 
 - 
unsetLineTypevoid unsetLineType() Unsets the value of the 'Line Type' attribute.- See Also:
- isSetLineType(),- getLineType(),- setLineType(LineTypeType)
 
 - 
isSetLineTypeboolean isSetLineType() Returns whether the value of the 'Line Type' attribute is set.- Returns:
- whether the value of the 'Line Type' attribute is set.
- See Also:
- unsetLineType(),- getLineType(),- setLineType(LineTypeType)
 
 - 
getAestheticCriteriaEList<AesheticCriteriaType> getAestheticCriteria() Returns the value of the 'Aesthetic Criteria' attribute list. The list contents are of typeAesheticCriteriaType. The literals are from the enumerationAesheticCriteriaType.If the meaning of the 'Aesthetic Criteria' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Aesthetic Criteria' attribute list.
- See Also:
- AesheticCriteriaType,- Gml311Package.getGraphStyleType_AestheticCriteria()
 
 
- 
 
-