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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AesheticCriteriaType>
getAestheticCriteria()
Returns the value of the 'Aesthetic Criteria' attribute list.DrawingTypeType
getDrawingType()
Returns the value of the 'Drawing Type' attribute.GraphTypeType
getGraphType()
Returns the value of the 'Graph Type' attribute.LineTypeType
getLineType()
Returns the value of the 'Line Type' attribute.double
getMinAngle()
Returns the value of the 'Min Angle' attribute.double
getMinDistance()
Returns the value of the 'Min Distance' attribute.boolean
isDirected()
Returns the value of the 'Directed' attribute.boolean
isGrid()
Returns the value of the 'Grid' attribute.boolean
isPlanar()
Returns the value of the 'Planar' attribute.boolean
isSetDirected()
Returns whether the value of the 'Directed
' attribute is set.boolean
isSetDrawingType()
Returns whether the value of the 'Drawing Type
' attribute is set.boolean
isSetGraphType()
Returns whether the value of the 'Graph Type
' attribute is set.boolean
isSetGrid()
Returns whether the value of the 'Grid
' attribute is set.boolean
isSetLineType()
Returns whether the value of the 'Line Type
' attribute is set.boolean
isSetMinAngle()
Returns whether the value of the 'Min Angle
' attribute is set.boolean
isSetMinDistance()
Returns whether the value of the 'Min Distance
' attribute is set.boolean
isSetPlanar()
Returns whether the value of the 'Planar
' attribute is set.void
setDirected(boolean value)
Sets the value of the 'Directed
' attribute.void
setDrawingType(DrawingTypeType value)
Sets the value of the 'Drawing Type
' attribute.void
setGraphType(GraphTypeType value)
Sets the value of the 'Graph Type
' attribute.void
setGrid(boolean value)
Sets the value of the 'Grid
' attribute.void
setLineType(LineTypeType value)
Sets the value of the 'Line Type
' attribute.void
setMinAngle(double value)
Sets the value of the 'Min Angle
' attribute.void
setMinDistance(double value)
Sets the value of the 'Min Distance
' attribute.void
setPlanar(boolean value)
Sets the value of the 'Planar
' attribute.void
unsetDirected()
Unsets the value of the 'Directed
' attribute.void
unsetDrawingType()
Unsets the value of the 'Drawing Type
' attribute.void
unsetGraphType()
Unsets the value of the 'Graph Type
' attribute.void
unsetGrid()
Unsets the value of the 'Grid
' attribute.void
unsetLineType()
Unsets the value of the 'Line Type
' attribute.void
unsetMinAngle()
Unsets the value of the 'Min Angle
' attribute.void
unsetMinDistance()
Unsets the value of the 'Min Distance
' attribute.void
unsetPlanar()
Unsets the value of the 'Planar
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
-
-
-
-
Method Detail
-
isPlanar
boolean 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()
-
setPlanar
void setPlanar(boolean value)
Sets the value of the 'Planar
' attribute.- Parameters:
value
- the new value of the 'Planar' attribute.- See Also:
isSetPlanar()
,unsetPlanar()
,isPlanar()
-
unsetPlanar
void unsetPlanar()
Unsets the value of the 'Planar
' attribute.- See Also:
isSetPlanar()
,isPlanar()
,setPlanar(boolean)
-
isSetPlanar
boolean 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)
-
isDirected
boolean 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()
-
setDirected
void setDirected(boolean value)
Sets the value of the 'Directed
' attribute.- Parameters:
value
- the new value of the 'Directed' attribute.- See Also:
isSetDirected()
,unsetDirected()
,isDirected()
-
unsetDirected
void unsetDirected()
Unsets the value of the 'Directed
' attribute.- See Also:
isSetDirected()
,isDirected()
,setDirected(boolean)
-
isSetDirected
boolean 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)
-
isGrid
boolean 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()
-
setGrid
void setGrid(boolean value)
Sets the value of the 'Grid
' attribute.- Parameters:
value
- the new value of the 'Grid' attribute.- See Also:
isSetGrid()
,unsetGrid()
,isGrid()
-
unsetGrid
void unsetGrid()
Unsets the value of the 'Grid
' attribute.- See Also:
isSetGrid()
,isGrid()
,setGrid(boolean)
-
isSetGrid
boolean 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)
-
getMinDistance
double 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()
-
setMinDistance
void 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()
-
unsetMinDistance
void unsetMinDistance()
Unsets the value of the 'Min Distance
' attribute.- See Also:
isSetMinDistance()
,getMinDistance()
,setMinDistance(double)
-
isSetMinDistance
boolean 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)
-
getMinAngle
double 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()
-
setMinAngle
void 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()
-
unsetMinAngle
void unsetMinAngle()
Unsets the value of the 'Min Angle
' attribute.- See Also:
isSetMinAngle()
,getMinAngle()
,setMinAngle(double)
-
isSetMinAngle
boolean 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)
-
getGraphType
GraphTypeType 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()
-
setGraphType
void 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()
-
unsetGraphType
void unsetGraphType()
Unsets the value of the 'Graph Type
' attribute.
-
isSetGraphType
boolean 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)
-
getDrawingType
DrawingTypeType 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()
-
setDrawingType
void 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()
-
unsetDrawingType
void unsetDrawingType()
Unsets the value of the 'Drawing Type
' attribute.
-
isSetDrawingType
boolean 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)
-
getLineType
LineTypeType 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()
-
setLineType
void 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()
-
unsetLineType
void unsetLineType()
Unsets the value of the 'Line Type
' attribute.- See Also:
isSetLineType()
,getLineType()
,setLineType(LineTypeType)
-
isSetLineType
boolean 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)
-
getAestheticCriteria
EList<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()
-
-