Pacchetto | mx.effects.effectClasses |
Classe | public class AddRemoveEffectTargetFilter |
Ereditarietà | AddRemoveEffectTargetFilter EffectTargetFilter Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
add : Boolean = true
Determines if this is an add or remove filter. | AddRemoveEffectTargetFilter | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
filterFunction : Function
A function that defines custom filter logic. | EffectTargetFilter | ||
filterProperties : Array
An Array of Strings specifying component properties. | EffectTargetFilter | ||
filterStyles : Array
An Array of Strings specifying style properties. | EffectTargetFilter | ||
requiredSemantics : Object = null
A collection of properties and associated values which must be associated
with a target for the effect to be played. | EffectTargetFilter |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AddRemoveEffectTargetFilter | ||
filterInstance(propChanges:Array, semanticsProvider:mx.effects:IEffectTargetHost, target:Object):Boolean
Determines whether a target should be filtered, returning true if it should be
included in an effect. | EffectTargetFilter | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Metodi protetti
Descrizione delle proprietà
add | proprietà |
public var add:Boolean = true
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Determines if this is an add or remove filter.
Il valore predefinito è true.
Descrizione della funzione di costruzione
AddRemoveEffectTargetFilter | () | Funzione di costruzione |
public function AddRemoveEffectTargetFilter()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 02:44 PM Z