Package | com.adobe.illustrator |
Class | public class TracingOptions |
Inheritance | TracingOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
cornerAngle : Number
Corner angle. | TracingOptions | ||
fills : Boolean
Tracing with fills. | TracingOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
ignoreWhite : Boolean
Controls whether to ignore white fill color. | TracingOptions | ||
livePaintOutput : Boolean
Controls whether result art is LivePaint or classic art. | TracingOptions | ||
maxColors : Number
The number of colors allowed for automatic palette generation. | TracingOptions | ||
maxStrokeWeight : Number
Maximum stroke weight (stroke only). | TracingOptions | ||
minArea : Number
Minimum area. | TracingOptions | ||
minStrokeLength : Number
Minimum stroke length (stroke only). | TracingOptions | ||
outputToSwatches : Boolean
Controls whether named colors (swatches) are generated. | TracingOptions | ||
palette : String
The color palette used for tracing, empty string indicates automatic palette. | TracingOptions | ||
![]() | parent : * [read-only] | IllustratorHostObject | |
pathFitting : Number
Path fitting. | TracingOptions | ||
preprocessBlur : Number
The blur amount during preprocessing. | TracingOptions | ||
preset : String [read-only]
The preset name use. | TracingOptions | ||
resample : Boolean
The resampling control. | TracingOptions | ||
resampleResolution : Number
The resampling resolution. | TracingOptions | ||
strokes : Boolean
Tracing with strokes. | TracingOptions | ||
threshold : Number
The threshold value for a black and white tracing. | TracingOptions | ||
tracingMode : TracingModeType
The tracing mode: color, gray, black and white. | TracingOptions | ||
viewRaster : ViewRasterType
The raster visualization mode. | TracingOptions | ||
viewVector : ViewVectorType
The vector visualization mode. | TracingOptions |
Method | Defined By | ||
---|---|---|---|
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
loadFromPreset(presetName:String):Boolean
Load options from preset. | TracingOptions | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
storeToPreset(presetName:String):Boolean
Store options to a preset. | TracingOptions | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
cornerAngle | property |
cornerAngle:Number
Since : | CS5 |
Corner angle.
public function get cornerAngle():Number
public function set cornerAngle(value:Number):void
fills | property |
fills:Boolean
Since : | CS5 |
Tracing with fills. At least one of Fills and Strokes must be on.
public function get fills():Boolean
public function set fills(value:Boolean):void
ignoreWhite | property |
ignoreWhite:Boolean
Since : | CS5 |
Controls whether to ignore white fill color.
public function get ignoreWhite():Boolean
public function set ignoreWhite(value:Boolean):void
livePaintOutput | property |
livePaintOutput:Boolean
Since : | CS5 |
Controls whether result art is LivePaint or classic art.
public function get livePaintOutput():Boolean
public function set livePaintOutput(value:Boolean):void
maxColors | property |
maxColors:Number
Since : | CS5 |
The number of colors allowed for automatic palette generation.
public function get maxColors():Number
public function set maxColors(value:Number):void
maxStrokeWeight | property |
maxStrokeWeight:Number
Since : | CS5 |
Maximum stroke weight (stroke only).
public function get maxStrokeWeight():Number
public function set maxStrokeWeight(value:Number):void
minArea | property |
minArea:Number
Since : | CS5 |
Minimum area.
public function get minArea():Number
public function set minArea(value:Number):void
minStrokeLength | property |
minStrokeLength:Number
Since : | CS5 |
Minimum stroke length (stroke only).
public function get minStrokeLength():Number
public function set minStrokeLength(value:Number):void
outputToSwatches | property |
outputToSwatches:Boolean
Since : | CS5 |
Controls whether named colors (swatches) are generated.
public function get outputToSwatches():Boolean
public function set outputToSwatches(value:Boolean):void
palette | property |
palette:String
Since : | CS5 |
The color palette used for tracing, empty string indicates automatic palette.
public function get palette():String
public function set palette(value:String):void
pathFitting | property |
pathFitting:Number
Since : | CS5 |
Path fitting.
public function get pathFitting():Number
public function set pathFitting(value:Number):void
preprocessBlur | property |
preprocessBlur:Number
Since : | CS5 |
The blur amount during preprocessing.
public function get preprocessBlur():Number
public function set preprocessBlur(value:Number):void
preset | property |
preset:String
[read-only] Since : | CS5 |
The preset name use. Read-only.
public function get preset():String
resample | property |
resample:Boolean
Since : | CS5 |
The resampling control.
public function get resample():Boolean
public function set resample(value:Boolean):void
resampleResolution | property |
resampleResolution:Number
Since : | CS5 |
The resampling resolution.
public function get resampleResolution():Number
public function set resampleResolution(value:Number):void
strokes | property |
strokes:Boolean
Since : | CS5 |
Tracing with strokes. At least one of Fills and Strokes must be on.
public function get strokes():Boolean
public function set strokes(value:Boolean):void
threshold | property |
threshold:Number
Since : | CS5 |
The threshold value for a black and white tracing. ( 0 - 255 )
public function get threshold():Number
public function set threshold(value:Number):void
tracingMode | property |
tracingMode:TracingModeType
Since : | CS5 |
The tracing mode: color, gray, black and white.
public function get tracingMode():TracingModeType
public function set tracingMode(value:TracingModeType):void
viewRaster | property |
viewRaster:ViewRasterType
Since : | CS5 |
The raster visualization mode.
public function get viewRaster():ViewRasterType
public function set viewRaster(value:ViewRasterType):void
viewVector | property |
viewVector:ViewVectorType
Since : | CS5 |
The vector visualization mode.
public function get viewVector():ViewVectorType
public function set viewVector(value:ViewVectorType):void
loadFromPreset | () | method |
public function loadFromPreset(presetName:String):Boolean
Since : | CS5 |
Load options from preset.
Parameters
presetName:String — (String) The name of the preset.
|
Boolean |
storeToPreset | () | method |
public function storeToPreset(presetName:String):Boolean
Since : | CS5 |
Store options to a preset. Will overwrite an existing (unlocked) preset if names match.
Parameters
presetName:String — (String) The name of the preset.
|
Boolean |