text
stringlengths 1
254
| output
stringlengths 2
255
|
---|---|
The swf_setfont() sets the current font to the value given by the fontid parameter.
|
swf_setfont() はカレントのフォントをパラメータ fontid で指定した値に設定します。
|
Prev
|
(PHP 4)
|
The swf_setframe() changes the active frame to the frame specified by framenumber.
|
swf_setframe() はアクティブなフレームを framenumber で指定したフレームに変更します。
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
red, green, blue is a color (RGB mode).
|
swfshape- addfill() adds a solid fill to the shape's list of fill styles. swfshape- addfill() accepts three different types of arguments.
|
The bitmap argument is an swfbitmap() object.
|
red, green, blue is a color (RGB mode). Last parameter a is optional.
|
SWFFILL_CLIPPED_BITMAP or SWFFILL_TILED_BITMAP.
|
The bitmap argument is an swfbitmap() object. The flags argument can be one of the following values: SWFFILL_CLIPPED_BITMAP or SWFFILL_TILED_BITMAP. Default is SWFFILL_TILED_BITMAP. I think.
|
The flags argument can be one of the following values:
|
The gradient argument is an swfgradient() object. The flags argument can be one of the following values: SWFFILL_RADIAL_GRADIENT or SWFFILL_LINEAR_GRADIENT. Default is SWFFILL_LINEAR_GRADIENT. I'm sure about this one. Really.
|
swfshape - addfill() returns an swffill() object for use with the swfshape - setleftfill() and swfshape - setrightfill() functions described below.
|
swfshape- addfill() returns an swffill() object for use with the swfshape- setfill() functions described below.
|
This simple example will draw a frame on a bitmap.
|
See also swfshape- setfill().
|
(PHP 4)
|
(PHP 4)
|
The center of the circle has an x coordinate given by the x parameter and a y coordinate given by the y, the radius of the circle is given by the r parameter.
|
関数 swf_shapeArc() は、 パラメータ ang1 で指定した角度Aから パラメータ ang2 で指定した角度Bまで 円弧を描画します。 円の中心は、x座標がパラメータ x 、y座標がパラメータ y の点になります。 円の半径はパラメータ r で指定します。
|
(PHP 4)
|
(PHP 4)
|
The current position is then set to the x,y coordinate pair given by x3, y3.
|
x,y座標( x1, y1 )から 座標( x2, y2 )曲線外の制御点として x,y座標( x3, y3 )まで 3次ベジエ曲線を描画します。この後、 カレントの位置はx,y座標( x3, y3) に設定されます。
|
(PHP 4)
|
(PHP 4)
|
The current position is then set to the x,y coordinates given by the x2 and y2 parameters
|
関数 swf_shapecurveto() は、 x座標を x1 、y座標を y1 とする点から x座標を x2 、y座標を y2 とする点まで 2次ベジエ曲線を描画します。この後、カレントの位置は x,y座標 x2 、 y2 の点になります。
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
Prev
|
See also swfshape- drawlineto(), swfshape- drawline(), swfshape- movepento() et swfshape- movepen().
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
Prev
|
See also swfshape- drawlineto(), swfshape- drawline(), swfshape- movepento() et swfshape- movepen().
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfshape - drawline() draws a line (using the current line style set by swfshape - setline()) from the current pen position to displacement (dx, dy).
|
swfshape- setrightfill() draws a line (using the current line style set by swfshape- setline()) from the current pen position to displacement (dx, dy).
|
Prev
|
See also swfshape- movepento(), swfshape- drawcurveto(), swfshape- movepen() et swfshape- drawlineto().
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfshape - setrightfill() draws a line (using the current line style, set by swfshape - setline()) from the current pen position to point (x, y) in the shape's coordinate space.
|
swfshape- setrightfill() draws a line (using the current line style, set by swfshape- setline()) from the current pen position to point (x, y) in the shape's coordinate space.
|
Prev
|
See also swfshape- movepento(), swfshape- drawcurveto(), swfshape- movepen() et swfshape- drawline().
|
Prev
|
(PHP 4)
|
Sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter.
|
塗りつぶしをクリップ付きのビットマップに設定します。 空いた部分はパラメータ bitmapid で指定したビットマップ で埋められます。
|
Prev
|
(PHP 4)
|
Sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled).
|
タイル状タイルでの塗りつぶしを設定します。空いた部分は、 パラメータ bitmapid で指定したビットマップで (タイル状に)埋められます。
|
Prev
|
(PHP 4)
|
The swf_shapeFillOff() function turns off filling for the current shape.
|
関数 swf_shapeFillOff() はカレントの形状において 塗りつぶしをオフにします。
|
Prev
|
(PHP 4)
|
The swf_shapeFillSolid() function sets the current fill style to solid, and then sets the fill color to the values of the rgba parameters.
|
関数 swf_shapeFillSolid() は、カレントの塗りつぶし形式を ソリッド(塗りつぶし有)にし、塗りつぶし色をパラメータ rgba の値にします。
|
Use this function at your own risk.
|
(PHP 4 = 4.0.5)
|
Example 1. swfshape() example
|
swfshape() creates a new shape object.
|
SWFShape - setRightFill
|
This simple example will draw a big red elliptic quadrant.
|
SWFSprite - add
|
例 1 swfshape() example
|
(PHP 4)
|
(PHP 4)
|
If 0.0 is given as a width then no lines are drawn.
|
関数 swf_shapeLineSolid() は、 カレントの線のスタイルに関して色をパラメータ rgba に 線幅をパラメータ width に設定します。 widthに0.0が設定された場合、線は描画されません。
|
(PHP 4)
|
(PHP 4)
|
The current position is then set to the x,y parameters.
|
swf_shapeLineTo() は、パラメータ x 、 y で指定したx,y座標まで線を描きます。 カレントの位置はパラメータx,yで設定します。
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfshape - setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space.
|
swfshape- setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space.
|
Prev
|
See also swfshape- movepento(), swfshape- drawcurveto(), swfshape- drawlineto() et swfshape- drawline().
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfshape - setrightfill() move the shape's pen to (x, y) in the shape's coordinate space.
|
swfshape- setrightfill() move the shape's pen to (x, y) in the shape's coordinate space.
|
Prev
|
See also swfshape- movepen(), swfshape- drawcurveto(), swfshape- drawlineto() et swfshape- drawline().
|
Prev
|
(PHP 4)
|
The swf_shapeMoveTo() function moves the current position to the x coordinate given by the x parameter and the y position given by the y parameter.
|
関数 swf_shapeMoveTo() は現在の位置をx座標を パラメータ x 、y座標をパラメータ y とする位置に移動します。
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
When rasterizing the object, it 's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified.
|
What this nonsense is about is, every edge segment borders at most two fills. When rasterizing the object, it's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified.
|
The fill object is an SWFFill object returned from one of the addFill functions above.
|
swfshape- setleftfill() sets the fill on the left side of the edge- that is, on the interior if you're defining the outline of the shape in a counter-clockwise fashion. The fill object is an SWFFill object returned from one of the addFill functions above.
|
If your browser crashes, just try setting the fill on the other side.
|
This seems to be reversed when you're defining a shape in a morph, though. If your browser crashes, just try setting the fill on the other side.
|
See also swfshape - setrightfill().
|
Shortcut for swfshape- setleftfill($s- addfill($r, $g, $b [, $a]));.
|
SWFShape - movePenTo
|
See also swfshape- setrightfill().
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
If width is 0, the line' s style is removed (then, all other arguments are ignored).
|
swfshape- setline() sets the shape's line style. width is the line's width. If width is 0, the line's style is removed (then, all other arguments are ignored). If width 0, then line's color is set to red, green, blue. Last parameter a is optional.
|
Last parameter a is optional.
|
swfshape- setline() accepts 1, 4 or 5 arguments (not 3 or 2).
|
You must declare all line styles before you use them (see example).
|
You must declare all line styles before you use them (see example).
|
Example 1. swfshape - setline() example
|
This simple example will draw a big "!#%*@", in funny colors and gracious style.
|
SWFShape - setLeftFill
|
例 1 swfshape- setline() example
|
Warning
|
(no version information, might be only in CVS)
|
Use this function at your own risk.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
See also swfshape - setleftfill().
|
See also swfshape- setleftfill().
|
Prev
|
Shortcut for swfshape- setrightfill($s- addfill($r, $g, $b [, $a]));.
|
Prev
|
(PHP 4)
|
The swf_showframe function will output the current frame.
|
関数swf_showframeはカレントのフレームを出力します。
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfsprite - add() adds a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object.
|
swfsprite- add() adds a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object.
|
Prev
|
For displayable types (swfshape(), swfbutton(), swftext(), swfaction() or swfsprite()), this returns a handle to the object in a display list.
|
Warning
|
(PHP 4 = 4.0.5)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfsprite() are also known as a "movie clip ", this allows one to create objects which are animated in their own timelines.
|
swfsprite() are also known as a "movie clip", this allows one to create objects which are animated in their own timelines. Hence, the sprite has most of the same methods as the movie.
|
swfsprite() has the following methods: swfsprite - add(), swfsprite - remove(), swfsprite - nextframe() and swfsprite - setframes().
|
swfsprite() has the following methods: swfsprite- add(), swfsprite- remove(), swfsprite- nextframe() et swfsprite- setframes().
|
Example 1. swfsprite() example
|
This simple example will spin gracefully a big red square.
|
SWFSprite - setframes
|
例 1 swfsprite() の例
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfsprite - setframes() moves to the next frame of the animation.
|
swfsprite- setframes() moves to the next frame of the animation.
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
(no version information, might be only in CVS)
|
swfsprite - remove() remove a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object from the sprite.
|
swfsprite- remove() remove a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object from the sprite.
|
Warning
|
(no version information, might be only in CVS)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。
|
swfsprite - setframes() sets the total number of frames in the animation to numberofframes.
|
swfsprite- setframes() sets the total number of frames in the animation to numberofframes.
|
The swf_startbutton() function starts off the definition of a button.
|
(PHP 4)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.