PolygonPreference

Default settings to use when creating a polygon.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object

Hierarchy:

Superclass: Preference

Class: PolygonPreference

Property Listing

Property

Type

Access

Description

insetPercentage

Number (range 0 - 100)

read/write

The star inset percentage for the sides of a polygon. (Range: 0 to 100)

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

numberOfSides

Number (range 3 - 100)

read/write

The number of sides for a polygon. (Range: 3 to 100)

parent

Application

readonly

The parent of the PolygonPreference (a Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

PolygonPreference getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the PolygonPreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.polygonPreferences

Return

PolygonPreference.getElements()