PHP Doku:: The CairoPsSurface class - class.cairopssurface.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The CairoPsSurface class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Bildverarbeitung und -generierung
≥
Cairo
≥
The CairoPsSurface class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Cairo
<<
CairoPdfSurface::setSize
CairoPsSurface::__construct
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Bildverarbeitung und -generierung
∧
Cairo
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
The Cairo class
The CairoAntialias class
The CairoContent class
The CairoContext class
The CairoException class
The CairoExtend class
The CairoFillRule class
The CairoFilter class
The CairoFontFace class
The CairoFontOptions class
The CairoFontSlant class
The CairoFontType class
The CairoFontWeight class
The CairoFormat class
The CairoGradientPattern class
The CairoHintMetrics class
The CairoHintStyle class
The CairoImageSurface class
The CairoLinearGradient class
The CairoLineCap class
The CairoLineJoin class
The CairoMatrix class
The CairoOperator class
The CairoPath class
The CairoPattern class
The CairoPatternType class
The CairoPdfSurface class
The CairoPsLevel class
The CairoPsSurface class
The CairoRadialGradient class
The CairoScaledFont class
The CairoSolidPattern class
The CairoStatus class
The CairoSubpixelOrder class
The CairoSurface class
The CairoSurfacePattern class
The CairoSurfaceType class
Svg Surface Backend
The CairoSvgVersion class
The CairoToyFontFace class
Einführung
Cairo Funktionen
UnterSeiten:
∨
CairoPsSurface::__construct
∨
CairoPsSurface::dscBeginPageSetup
∨
CairoPsSurface::dscBeginSetup
∨
CairoPsSurface::dscComment
∨
CairoPsSurface::getEps
∨
CairoPsSurface::getLevels
∨
CairoPsSurface::levelToString
∨
CairoPsSurface::restrictToLevel
∨
CairoPsSurface::setEps
∨
CairoPsSurface::setSize
The CairoPsSurface class
Einführung
Description of the class.
Klassenbeschreibung
CairoPsSurface
extends
CairoSurface
{
/* Methoden */
__construct
(
string
$file
,
float
$width
,
float
$height
)
public
void
dscBeginPageSetup
(
void
)
public
void
dscBeginSetup
(
void
)
public
void
dscComment
(
string
$comment
)
public
bool
getEps
(
void
)
public
static
array
getLevels
(
void
)
public
static
string
levelToString
(
string
$level
)
public
void
restrictToLevel
(
string
$level
)
public
void
setEps
(
string
$level
)
public
void
setSize
(
string
$width
,
string
$height
)
/* Geerbte Methoden */
CairoSurface::__construct
(
void
)
public
void
CairoSurface::copyPage
(
void
)
public
void
CairoSurface::createSimilar
(
CairoSurface
$other
,
int
$content
,
string
$width
,
string
$height
)
public
void
CairoSurface::finish
(
void
)
public
void
CairoSurface::flush
(
void
)
public
int
CairoSurface::getContent
(
void
)
public
array
CairoSurface::getDeviceOffset
(
void
)
public
void
CairoSurface::getFontOptions
(
void
)
public
int
CairoSurface::getType
(
void
)
public
void
CairoSurface::markDirty
(
void
)
public
void
CairoSurface::markDirtyRectangle
(
string
$x
,
string
$y
,
string
$width
,
string
$height
)
public
void
CairoSurface::setDeviceOffset
(
string
$x
,
string
$y
)
public
void
CairoSurface::setFallbackResolution
(
string
$x
,
string
$y
)
public
void
CairoSurface::showPage
(
void
)
public
int
CairoSurface::status
(
void
)
public
void
CairoSurface::writeToPng
(
string
$file
)
}
Inhaltsverzeichnis
CairoPsSurface::__construct
— The __construct purpose
CairoPsSurface::dscBeginPageSetup
— The dscBeginPageSetup purpose
CairoPsSurface::dscBeginSetup
— The dscBeginSetup purpose
CairoPsSurface::dscComment
— The dscComment purpose
CairoPsSurface::getEps
— The getEps purpose
CairoPsSurface::getLevels
— The getLevels purpose
CairoPsSurface::levelToString
— The levelToString purpose
CairoPsSurface::restrictToLevel
— The restrictToLevel purpose
CairoPsSurface::setEps
— The setEps purpose
CairoPsSurface::setSize
— The setSize purpose
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...