variables: function()

in asdoc/org/apache/royale/core/SimpleCSSStyles.js [209:239]


    variables: function () {
      return {
        'styleList': { type: 'Object', get_set: function (/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== undefined ? inst.styleList = v : inst.styleList;}},
        'top': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.top = v : inst.top;}},
        'bottom': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.bottom = v : inst.bottom;}},
        'left': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.left = v : inst.left;}},
        'right': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.right = v : inst.right;}},
        'padding': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.padding = v : inst.padding;}},
        'paddingLeft': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.paddingLeft = v : inst.paddingLeft;}},
        'paddingRight': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.paddingRight = v : inst.paddingRight;}},
        'paddingTop': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.paddingTop = v : inst.paddingTop;}},
        'paddingBottom': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.paddingBottom = v : inst.paddingBottom;}},
        'margin': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.margin = v : inst.margin;}},
        'marginLeft': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.marginLeft = v : inst.marginLeft;}},
        'marginRight': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.marginRight = v : inst.marginRight;}},
        'marginTop': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.marginTop = v : inst.marginTop;}},
        'marginBottom': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.marginBottom = v : inst.marginBottom;}},
        'verticalAlign': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.verticalAlign = v : inst.verticalAlign;}},
        'fontFamily': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.fontFamily = v : inst.fontFamily;}},
        'fontSize': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.fontSize = v : inst.fontSize;}},
        'color': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.color = v : inst.color;}},
        'fontWeight': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.fontWeight = v : inst.fontWeight;}},
        'fontStyle': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.fontStyle = v : inst.fontStyle;}},
        'backgroundColor': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.backgroundColor = v : inst.backgroundColor;}},
        'backgroundImage': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.backgroundImage = v : inst.backgroundImage;}},
        'borderColor': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.borderColor = v : inst.borderColor;}},
        'borderStyle': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.borderStyle = v : inst.borderStyle;}},
        'borderRadius': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.borderRadius = v : inst.borderRadius;}},
        'borderWidth': { type: '*', get_set: function f(/** org.apache.royale.core.SimpleCSSStyles */ inst, /** * */ v) {return v !== f ? inst.borderWidth = v : inst.borderWidth;}}
      };
    },