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

Inheritance: CompositeTypeShape
Show 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
GetNameFont ( Style style ) : Font
GetRoundingSize ( Style style ) : int
IsBorderDashed ( Style style ) : bool

Private Methods

Method Description
ClassShape ( ClassType classType ) : 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

GetNameFont() protected method

protected GetNameFont ( Style style ) : Font
style Style
return System.Drawing.Font

GetRoundingSize() protected method

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

IsBorderDashed() protected method

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