C# Class NClass.DiagramEditor.ClassDiagram.Shapes.InterfaceShape

Inheritance: CompositeTypeShape
Mostra file Open project: gbaychev/NClass

Protected Methods

Method Description
CloneEntity ( IDiagram diagram ) : bool
GetBackgroundColor ( Style style ) : Color
GetBorderColor ( Style style ) : Color
GetBorderWidth ( Style style ) : int
GetGradientHeaderStyle ( Style style ) : GradientStyle
GetHeaderColor ( Style style ) : Color
GetRoundingSize ( Style style ) : int
IsBorderDashed ( Style style ) : bool

Private Methods

Method Description
InterfaceShape ( InterfaceType interfaceType ) : System

Method Details

CloneEntity() protected method

protected CloneEntity ( IDiagram diagram ) : bool
diagram IDiagram
return bool

GetBackgroundColor() protected method

protected GetBackgroundColor ( Style style ) : Color
style Style
return Color

GetBorderColor() protected method

protected GetBorderColor ( Style style ) : Color
style Style
return Color

GetBorderWidth() protected method

protected GetBorderWidth ( Style style ) : int
style Style
return int

GetGradientHeaderStyle() protected method

protected GetGradientHeaderStyle ( Style style ) : GradientStyle
style Style
return GradientStyle

GetHeaderColor() protected method

protected GetHeaderColor ( Style style ) : Color
style Style
return Color

GetRoundingSize() protected method

protected GetRoundingSize ( Style style ) : int
style Style
return int

IsBorderDashed() protected method

protected IsBorderDashed ( Style style ) : bool
style Style
return bool