C# Class MapAround.Mapping.DefaultFeatureRenderer.TitleBufferElement

Show file Open project: gkrsu/maparound.core

Public Methods

Method Description
IntersectsWith ( TitleBufferElement element ) : bool
TitleBufferElement ( FollowingTitle followingTitle, TitleStyle style, int number ) : System

Creates a copy of an inscription TitleBufferElement located along the object.

TitleBufferElement ( TitleStyle style, Segment box, string title, int number ) : System

Creates an instance of the appropriate TitleBufferElement simple inscription.

Private Methods

Method Description
complexTitlesIntersect ( TitleBufferElement element1, TitleBufferElement element2 ) : bool
contoursIntersect ( Contour c1, Contour c2 ) : bool
intersectsWithComplexTitle ( TitleBufferElement complexOne ) : bool

Method Details

IntersectsWith() public method

public IntersectsWith ( TitleBufferElement element ) : bool
element TitleBufferElement
return bool

TitleBufferElement() public method

Creates a copy of an inscription TitleBufferElement located along the object.
public TitleBufferElement ( FollowingTitle followingTitle, TitleStyle style, int number ) : System
followingTitle FollowingTitle
style TitleStyle
number int
return System

TitleBufferElement() public method

Creates an instance of the appropriate TitleBufferElement simple inscription.
public TitleBufferElement ( TitleStyle style, Segment box, string title, int number ) : System
style TitleStyle
box Segment
title string
number int
return System