Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
 

J Indice 

  Simboli   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
J — Proprietà statica costante, classe flash.ui.Keyboard
Costante associata al valore del codice tasto per il tasto J (74).
JAPANESE_HIRAGANA — Proprietà statica costante, classe flash.system.IMEConversionMode
La stringa "JAPANESE_HIRAGANA", da utilizzare con la proprietà IME.conversionMode.
JAPANESE_KATAKANA_FULL — Proprietà statica costante, classe flash.system.IMEConversionMode
La stringa "JAPANESE_KATAKANA_FULL", da utilizzare con la proprietà IME.conversionMode.
JAPANESE_KATAKANA_HALF — Proprietà statica costante, classe flash.system.IMEConversionMode
La stringa "JAPANESE_KATAKANA_HALF", da utilizzare con la proprietà IME.conversionMode.
JIS_B5 — Proprietà statica costante, classe flash.printing.PaperSize
B5 giapponese
jobId — Proprietà, classe mx.rpc.livecycle.JobId
Internal LiveCycle ES job id.
JobId — classe, pacchetto mx.rpc.livecycle
The JobID class defines a container for the id associated with an asynchronous LiveCycle invocation.
JobId() — Funzione di costruzione, classe mx.rpc.livecycle.JobId
Constructor.
jobName — Proprietà, classe flash.printing.PrintJob
Il nome o il titolo del lavoro di stampa.
JobStatus — classe, pacchetto mx.rpc.livecycle
The JobStatus class is the ActionScript representation of a LiveCycle JobStatus object.
JobStatus() — Funzione di costruzione, classe mx.rpc.livecycle.JobStatus
Constructor.
JOB_STATUS_COMPLETED — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: Complete
JOB_STATUS_FAILED — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: Failed
JOB_STATUS_IN_PROGRESS — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: In Progress
JOB_STATUS_QUEUED — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: Queued
JOB_STATUS_RUNNING — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: Running
JOB_STATUS_UNKNOWN — Proprietà statica costante, classe mx.rpc.livecycle.JobStatus
Job Status: Unknown
join(sep:any) — metodo, classe Array
Converte in stringhe gli elementi di un array, inserisce il separatore specificato tra gli elementi, li concatena e restituisce la stringa risultante.
join(sep:String) — metodo, classe Vector
Converte in stringhe gli elementi di un vettore, inserisce il separatore specificato tra gli elementi, li concatena e restituisce la stringa risultante.
JOIN_AND — Proprietà statica costante, classe com.adobe.icc.vo.Statement
Specifies an AND join.
JOIN_AND_NOT — Proprietà statica costante, classe com.adobe.icc.vo.Statement
Specifies an AND NOT join.
joinOperator — Proprietà, classe com.adobe.ep.ux.content.model.search.Statement
Join Operation through which this statement is joined to previous statement in statement list.
joinOperator — Proprietà, classe com.adobe.icc.vo.Statement
Inner statement join operator.
JOIN_OPERATOR_AND — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.SearchFilter
This special value represents the JOIN operator AND.
JOIN_OPERATOR_AND — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.Statement
This special value represents the JOIN operator AND.
JOIN_OPERATOR_AND — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter
Specifies an AND join operator.
JOIN_OPERATOR_AND_NOT — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.SearchFilter
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_AND_NOT — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.Statement
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_AND_NOT — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter
Specifies an AND NOT join operator.
JOIN_OPERATOR_OR — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.SearchFilter
This special value represents the JOIN operator OR.
JOIN_OPERATOR_OR — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.Statement
This special value represents the JOIN operator OR.
JOIN_OPERATOR_OR — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter
Specifies an OR join operator.
JOIN_OPERATOR_OR_NOT — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.SearchFilter
This special value represents the JOIN operator OR_NOT
JOIN_OPERATOR_OR_NOT — Proprietà statica costante, classe com.adobe.ep.ux.content.model.search.Statement
This special value represents the JOIN operator OR_NOT
JOIN_OPERATOR_OR_NOT — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter
Specifies an OR NOT join operator.
JOIN_OR — Proprietà statica costante, classe com.adobe.icc.vo.Statement
Specifies an OR join.
JOIN_OR_NOT — Proprietà statica costante, classe com.adobe.icc.vo.Statement
Specifies an OR NOT join.
joint — Proprietà, classe fl.ik.IKEvent
Il giunto correlato all'evento.
joints — Proprietà, classe flash.display.GraphicsStroke
Specifica il tipo di aspetto dello spigolo utilizzato per gli angoli.
joints — Proprietà, classe mx.graphics.GradientStroke
A value from the JointStyle class that specifies the type of joint appearance used at angles.
joints — Proprietà, interfaccia mx.graphics.IStroke
Specifies the appearance of line intersections used at angles.
joints — Proprietà, classe mx.graphics.SolidColorStroke
Specifies the type of joint appearance used at angles.
JointStyle — classe finale, pacchetto flash.display
La classe JointStyle è un'enumerazione di valori costanti che specificano lo stile di spigolo da utilizzare nelle linee di disegno.
JPEGEncoder — classe, pacchetto mx.graphics.codec
The JPEGEncoder class converts raw bitmap images into encoded images using Joint Photographic Experts Group (JPEG) compression.
JPEGEncoder(quality:Number) — Funzione di costruzione, classe mx.graphics.codec.JPEGEncoder
Constructor.
JPEGEncoderOptions — classe finale, pacchetto flash.display
La classe JPEGEncoderOptions definisce un algoritmo di compressione per il metodo flash.display.BitmapData.encode().
JPEGEncoderOptions(quality:uint) — Funzione di costruzione, classe flash.display.JPEGEncoderOptions
Crea un oggetto JPEGEncoderOptions con l’impostazione specificata.
JPEGLoaderContext — classe, pacchetto flash.system
La classe JPEGLoaderContext include una proprietà che consente di abilitare un filtro di deblock durante il caricamento di un'immagine JPEG.
JPEGLoaderContext(deblockingFilter:Number, checkPolicyFile:Boolean, applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Funzione di costruzione, classe flash.system.JPEGLoaderContext
Crea un nuovo oggetto JPEGLoaderContext con le impostazioni specificate.
JPEGXREncoderOptions — classe finale, pacchetto flash.display
La classe JPEGXREncoderOptions definisce un algoritmo di compressione per il metodo flash.display.BitmapData.encode().
JPEGXREncoderOptions(quantization:uint, colorSpace:String, trimFlexBits:uint) — Funzione di costruzione, classe flash.display.JPEGXREncoderOptions
Crea un oggetto JPEGEXREncoderOptions con le impostazioni specificate.
JSON — classe finale, Primo livello
La classe JSON consente alle applicazioni di importare ed esportare dati utilizzando il formato JavaScript Object Notation (JSON).
justificationRule — Proprietà, classe flashx.textLayout.container.ContainerController
TextLayoutFormat: la regola utilizzata per la giustificazione del testo in un paragrafo.
justificationRule — Proprietà, classe flashx.textLayout.elements.FlowElement
TextLayoutFormat: la regola utilizzata per la giustificazione del testo in un paragrafo.
justificationRule — Proprietà, interfaccia flashx.textLayout.formats.ITextLayoutFormat
La regola utilizzata per la giustificazione del testo in un paragrafo.
justificationRule — Proprietà, classe flashx.textLayout.formats.TextLayoutFormat
La regola utilizzata per la giustificazione del testo in un paragrafo.
justificationRule — Stile, classe spark.components.supportClasses.SliderBase
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.supportClasses.GroupBase
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.supportClasses.ButtonBase
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.supportClasses.SkinnableTextBase
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.Label
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.RichText
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.FormHeading
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.NumericStepper
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.SkinnableContainer
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.SkinnableDataContainer
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.Scroller
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.DataGrid
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.RichEditableText
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.components.VideoPlayer
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.skins.spark.DefaultItemRenderer
Rule used to justify text in a paragraph.
justificationRule — Stile, classe spark.skins.wireframe.DefaultItemRenderer
Rule used to justify text in a paragraph.
JustificationRule — classe finale, pacchetto flashx.textLayout.formats
Definisce i valori per impostare la proprietà justificationRule della classe TextLayoutFormat.
justificationStyle — Proprietà, classe flash.text.engine.EastAsianJustifier
Specifica lo stile di giustificazione per il testo in un blocco di testo.
justificationStyle — Proprietà, classe flashx.textLayout.container.ContainerController
TextLayoutFormat: lo stile utilizzato per la giustificazione del paragrafo.
justificationStyle — Proprietà, classe flashx.textLayout.elements.FlowElement
TextLayoutFormat: lo stile utilizzato per la giustificazione del paragrafo.
justificationStyle — Proprietà, interfaccia flashx.textLayout.formats.ITextLayoutFormat
Lo stile utilizzato per la giustificazione del paragrafo.
justificationStyle — Proprietà, classe flashx.textLayout.formats.TextLayoutFormat
Lo stile utilizzato per la giustificazione del paragrafo.
justificationStyle — Stile, classe spark.components.supportClasses.SliderBase
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.supportClasses.GroupBase
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.supportClasses.ButtonBase
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.supportClasses.SkinnableTextBase
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.Label
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.RichText
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.FormHeading
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.NumericStepper
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.SkinnableContainer
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.SkinnableDataContainer
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.Scroller
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.DataGrid
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.RichEditableText
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.components.VideoPlayer
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.skins.spark.DefaultItemRenderer
The style used for justification of the paragraph.
justificationStyle — Stile, classe spark.skins.wireframe.DefaultItemRenderer
The style used for justification of the paragraph.
JustificationStyle — classe finale, pacchetto flash.text.engine
La classe JustificationStyle è un'enumerazione di valori costanti utilizzati per l'impostazione della proprietà justificationStyle della classe EastAsianJustifier.
JUSTIFY — Proprietà statica costante, classe flash.text.TextFormatAlign
Costante; giustifica il testo all'interno del campo di testo.
JUSTIFY — Proprietà statica costante, classe flashx.textLayout.formats.TextAlign
Specifica che il testo viene giustificato all'interno delle righe affinché occupino tutto lo spazio del contenitore.
JUSTIFY — Proprietà statica costante, classe flashx.textLayout.formats.VerticalAlign
Specifica la giustificazione delle righe verticale all'interno del fotogramma.
JUSTIFY — Proprietà statica costante, classe spark.layouts.HorizontalAlign
Justify the children with respect to the container.
JUSTIFY — Proprietà statica costante, classe spark.layouts.VerticalAlign
Justify the children with respect to the container.
justifyAlignButton — Parte skin, classe xd.core.axm.view.components.AXMRichTextEditorControlBar
JUSTIFY_USING_GAP — Proprietà statica costante, classe spark.layouts.ColumnAlign
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_GAP — Proprietà statica costante, classe spark.layouts.RowAlign
Justify the rows by increasing the vertical gap.
JUSTIFY_USING_HEIGHT — Proprietà statica costante, classe spark.layouts.RowAlign
Justify the rows by increasing the row height.
JUSTIFY_USING_WIDTH — Proprietà statica costante, classe spark.layouts.ColumnAlign
Justify the rows by increasing the row height.
Simboli   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.