Pakiet | coldfusion.service.mxml |
Klasa | public class Image |
Dziedziczenie | Image BasicService InternalConfig Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
action : String
Action string for the service. | BasicService | ||
angle : String
Rotates the image; Angle in degrees. | Image | ||
attributes : Array
The attributes of the cfimage tag. | Image | ||
blurFactor : String
The blur factor used for resampling. | Image | ||
blurRadius : String
Uses the ImageBlur function to blur the image by a radius. | Image | ||
borderType : String
The type of border:
zero: Sets the border color to black.
constant: Sets the border to the specified color (default).
copy: Sets sample values to copies of the nearest valid pixel. | Image | ||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
color : String
Border color; Hexadecimal value or supported named color. | Image | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
direction : String
Shear direction:
horizontal
vertical
| Image | ||
fitHeight : String
The height of the bounding box in pixels. | Image | ||
fitWidth : String
The width of the bounding box in pixels. | Image | ||
gain : int = 1
Gain values can be integers or real numbers. | Image | ||
height : String
Height in pixels of the image. | Image | ||
interpolation : String
The interpolation method for resampling. | Image | ||
overlaySource : String
Image source of the second ColdFusion image the overlays the first ColdFusion image. | Image | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig | ||
shear : String
Shears a ColdFusion image either horizontally or vertically. | Image | ||
source : String
ColdFusion image source can be one of the following:
URL of the source image.
Absolute pathname or a pathname relative to the web root.
ColdFusion image variable containing another image, BLOB, or byte array. | Image | ||
tagName : String
The tag name to be returned. | Image | ||
thickness : uint = 1
Border thickness in pixels; the value must be an integer. | Image | ||
transpose : String = "vertical"
Transpose the image:
vertical: Flip an image across an imaginary horizontal line
that runs through the center of the image.
horizontal: Flip an image across an imaginary vertical line
that runs through the center of the image.
diagonal: Flip an image across its main diagonal that runs
from the upper-left to the lower-right corner.
antidiagonal: Flip an image across its main diagonal that
runs from the upper-right to the lower-left corner.
("90|180|270"): Rotate an image clockwise by 90, 180, or 270 degrees.
| Image | ||
width : String
Width in pixels of the image. | Image | ||
x : String
The x coodinate of the image. | Image | ||
y : String
The y coordinate of the image. | Image |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Image()
Creates an instance of the Image class. | Image | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | ||
Dispatches an event into the event flow. | BasicService | ||
Sends the information to the ColdFusion service based on the action and the attributes that
the user sets. | Image | ||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[przesłanianie]
This is the overriden function of the default implementation is BasicService. | Image |
angle | właściwość |
public var angle:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Rotates the image; Angle in degrees.
attributes | właściwość |
public var attributes:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The attributes of the cfimage
tag.
The cfimage
tag lets you create images and perform
common image manipulation operations.
blurFactor | właściwość |
public var blurFactor:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The blur factor used for resampling. The higher the blur factor, the more blurred the image. Valid values are 1–10.
blurRadius | właściwość |
public var blurRadius:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Uses the ImageBlur
function to blur the image by a radius.
Radius is an integer value.
borderType | właściwość |
public var borderType:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The type of border:
zero
: Sets the border color to black.constant
: Sets the border to the specified color (default).copy
: Sets sample values to copies of the nearest valid pixel. For example, pixels to the left of the valid rectangle assume the value of the valid edge pixel in the same row. Pixels both above and to the left of the valid rectangle assume the value of the upper-left pixel.reflect
: Mirrors the edges of the source image. For example, if the left edge of the valid rectangle is located at x = 10, pixel (9, y) is a copy of pixel (10, y) and pixel (6, y) is a copy of pixel (13, y).wrap
: Tiles the source image in the plane.
color | właściwość |
public var color:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Border color; Hexadecimal value or supported named color.
Wartością domyślną jest black
.
direction | właściwość |
public var direction:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Shear direction:
horizontal
vertical
Wartością domyślną jest horizontal
.
fitHeight | właściwość |
public var fitHeight:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The height of the bounding box in pixels.
You can specify an integer, or an empty string ("") if the
fitWidth
is specified.
fitWidth | właściwość |
public var fitWidth:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The width of the bounding box in pixels.
You can specify an integer, or an empty string ("") if the
fitHeight
is specified.
gain | właściwość |
public var gain:int = 1
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Gain values can be integers or real numbers. The gain value determines whether the image is blurred or sharpened:
- If > 0, the image is sharpened.
- If = 0, no effect
- If < 0, the image is blurred.
Wartością domyślną jest 1.0.
height | właściwość |
public var height:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Height in pixels of the image.
interpolation | właściwość |
public var interpolation:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The interpolation method for resampling. You can specify a specific interpolation algorithm by name (for example, hamming), by image quality (for example, mediumQuality), or by performance (for example, highestPerformance). Valid values are:
highestQuality
highQuality
mediumQuality
highestPerformance
highPerformance
mediumPerformance
nearest
bilinear
bicubic
bessel
blackman
hamming
hanning
hermite
lanczos
mitchell
quadratic
overlaySource | właściwość |
public var overlaySource:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Image source of the second ColdFusion image the overlays the first ColdFusion image. It can be one of the following:
- URL of the source image.
- Absolute pathname or a pathname relative to the web root.
- ColdFusion image variable containing another image, BLOB, or byte array. For example,"#myImage#"
- Base64 string. For example, "data:image/jpg;base64,/9j/4AAQSkZJRgABAQA.............."
shear | właściwość |
public var shear:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Shears a ColdFusion image either horizontally or vertically.
source | właściwość |
public var source:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
ColdFusion image source can be one of the following:
- URL of the source image.
- Absolute pathname or a pathname relative to the web root.
- ColdFusion image variable containing another image, BLOB, or byte array. For example,"#myImage#"
- Base64 string. For example, "data:image/jpg;base64,/9j/4AAQSkZJRgABAQA.............."
tagName | właściwość |
public var tagName:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The tag name to be returned.
thickness | właściwość |
public var thickness:uint = 1
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Border thickness in pixels; the value must be an integer.
Wartością domyślną jest 1.
transpose | właściwość |
public var transpose:String = "vertical"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Transpose the image:
vertical
: Flip an image across an imaginary horizontal line that runs through the center of the image.horizontal
: Flip an image across an imaginary vertical line that runs through the center of the image.diagonal
: Flip an image across its main diagonal that runs from the upper-left to the lower-right corner.antidiagonal
: Flip an image across its main diagonal that runs from the upper-right to the lower-left corner.("90|180|270")
: Rotate an image clockwise by 90, 180, or 270 degrees.
Wartością domyślną jest vertical
.
width | właściwość |
public var width:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Width in pixels of the image.
x | właściwość |
public var x:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The x coodinate of the image.
y | właściwość |
public var y:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The y coordinate of the image.
Image | () | Konstruktor |
public function Image()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Creates an instance of the Image
class.
convertResultInEvent | () | metoda |
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
This is the overriden function of the default implementation is BasicService. This function checks if the result returned is an array of specific object instances. If it is, it converts it into an array of objects and creates an instance of ColdFusionServiceResultEvent and returns the event
Parametry
event:ResultEvent |
ColdFusionServiceResultEvent |
execute | () | metoda |
public function execute():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Sends the information to the ColdFusion service based on the action and the attributes that the user sets.
Tue Jun 12 2018, 12:06 PM Z