C# 클래스 Core2D.Editor.Factories.ProjectFactory

Factory used to create new projects, documents and containers.
상속: IProjectFactory
파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

메소드 설명
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