C# 클래스 Rozvrh.Exporters.Generators.SvgGenerator

Class generating string in SVG format from list of lectures.
파일 보기 프로젝트 열기: jandoubek/fjfi-rozvrh 1 사용 예제들

공개 메소드들

메소드 설명
SvgGenerator ( ) : System
generateSVG ( List ttFields, string title, System.DateTime created, string linkToInformation ) : string

Generates string in SVG format.

비공개 메소드들

메소드 설명
RenderLecture ( ExportLecture lecture, int split, int pos ) : string
RenderLectures ( List lectures ) : string
headerDays ( ) : string
headerHours ( ) : string
headerRootAndBottoms ( System.DateTime created, string link ) : string
headerStyles ( ) : string
headerTitle ( string title ) : string
xSpan ( System.TimeSpan length ) : int
xStartHour ( System.DateTime startTime ) : int
yEndDay ( DayOfWeek d ) : int
yStartDay ( DayOfWeek d ) : int

메소드 상세

SvgGenerator() 공개 메소드

public SvgGenerator ( ) : System
리턴 System

generateSVG() 공개 메소드

Generates string in SVG format.
public generateSVG ( List ttFields, string title, System.DateTime created, string linkToInformation ) : string
ttFields List
title string Title rendered at the top of the SVG.
created System.DateTime
linkToInformation string
리턴 string