C# Класс Core2D.Editor.Factories.ProjectFactory

Factory used to create new projects, documents and containers.
Наследование: IProjectFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
DefaultStyleLibrary ( ) : XLibrary

Creates a new instance of the XLibrary{ShapeStyle} class.

LinesStyleLibrary ( ) : XLibrary

Creates a new instance of the XLibrary{ShapeStyle} class.

TemplateStyleLibrary ( ) : XLibrary

Creates a new instance of the XLibrary{ShapeStyle} class.

Приватные методы

Метод Описание
CreateGridTemplate ( IProjectFactory factory, XProject project, string name ) : XContainer

Creates a new instance of the XContainer class.

IProjectFactory ( XProject project, string name ) : XContainer
IProjectFactory ( XProject project, string name ) : XDocument
IProjectFactory ( ) : XProject

Описание методов

DefaultStyleLibrary() публичный статический Метод

Creates a new instance of the XLibrary{ShapeStyle} class.
public static DefaultStyleLibrary ( ) : XLibrary
Результат XLibrary

LinesStyleLibrary() публичный статический Метод

Creates a new instance of the XLibrary{ShapeStyle} class.
public static LinesStyleLibrary ( ) : XLibrary
Результат XLibrary

TemplateStyleLibrary() публичный статический Метод

Creates a new instance of the XLibrary{ShapeStyle} class.
public static TemplateStyleLibrary ( ) : XLibrary
Результат XLibrary