| Package | com.kapit.diagram.layers |
| Class | public class DiagramColumnCaption |
| Inheritance | DiagramColumnCaption mx.core.UIComponent |
| Implements | ISVGExportable |
| Property | Defined by | ||
|---|---|---|---|
| bordercolor : uint [read-only]
| DiagramColumnCaption | ||
| borderwidth : Number [read-only]
| DiagramColumnCaption | ||
| collapsed : Boolean [read-only]
Indicates whether the DiagramColumnCaption is currently collapsed.
| DiagramColumnCaption | ||
| collapsedsize : Number
The DiagramColumn component size (Width) at collapsed status.
| DiagramColumnCaption | ||
| column : DiagramColumn
[read-only]
The parent DiagramColumn component to which this DiagramColumnCaption depends.
| DiagramColumnCaption | ||
| container : DiagramColumnContainer
[read-only]
Returns DiagramColumnsContainer containing this DiagramColumnCaption.
| DiagramColumnCaption | ||
| expandedsize : Number
The DiagramColumn component size (Width) at expanded status.
| DiagramColumnCaption | ||
| fontcolor : Number
The font color used by this DiagramColumnCaption.
| DiagramColumnCaption | ||
| title : String
DiagramColumnCaption Title (title of the DiagramColumn component) displayed in the Label field of this DiagramColumnCaption.
| DiagramColumnCaption | ||
| view : DiagramView
[read-only]
The Diagram View Container.
| DiagramColumnCaption | ||
| Property | Defined by | ||
|---|---|---|---|
| _addbut : CaptionButton = null
Add button.
| DiagramColumnCaption | ||
| arrowwidth : Number = 20 | DiagramColumnCaption | ||
| _bordercolor : uint
This DiagramColumnCaption border color.
| DiagramColumnCaption | ||
| _borderwidth : Number
This DiagramColumnCaption border width.
| DiagramColumnCaption | ||
| _closebut : CaptionButton = null
Close button.
| DiagramColumnCaption | ||
| _collapsebut : CaptionButton = null
Collapse button.
| DiagramColumnCaption | ||
| _collapsedsize : Number
This DiagramColumnCaption collapsed size (Height).
| DiagramColumnCaption | ||
| _expandbut : CaptionButton = null
Expand button.
| DiagramColumnCaption | ||
| _expandedsize : Number
This DiagramColumnCaption expanded size (Height).
| DiagramColumnCaption | ||
| _fontcolor : Number
Used Font Color in TextField.
| DiagramColumnCaption | ||
| _fontsize : Number
Used Font size in TextField.
| DiagramColumnCaption | ||
| _format : TextFormat
Used TextFormat
| DiagramColumnCaption | ||
| _label : TextField
Title TextField.
| DiagramColumnCaption | ||
| _printcolor : Number
Used Print Color in TextField.
| DiagramColumnCaption | ||
| _title : String = "null"
DiagramColumnCaption title that can be set by the user.
| DiagramColumnCaption | ||
| _view : DiagramView
The Diagram View in which this DiagramPanelCaption is embedded.
| DiagramColumnCaption | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new DiagramColumnCaption instance.
| DiagramColumnCaption | ||
|
appendToSVGDocument(doc:SVGSVGElement):void
Adds this DiagramColumnCaption instance in an SVG description to an SVGSVGElement (SVG document).
| DiagramColumnCaption | ||
|
draw():void
Draws this DiagramColumnCaption according to its status (collapsed or expanded).
| DiagramColumnCaption | ||
|
drawHighlight():void
| DiagramColumnCaption | ||
| Method | Defined by | ||
|---|---|---|---|
|
addSiblingHandler(event:MouseEvent):void
Handles interaction with the "Add" button and creates a new DiagramPanel component inside the DiagramPanelsContainer containing this DiagramPanelCaption.
| DiagramColumnCaption | ||
|
closeHandler(event:MouseEvent):void
Handles interaction with the "Close" button and removes the DiagramColumn component
"panel" from its container. | DiagramColumnCaption | ||
|
collapseHandler(event:MouseEvent):void
Handles interaction with the "Expand" button and collapses the DiagramColumn component
"panel". | DiagramColumnCaption | ||
|
createChildren():void
Creates DiagramColumnCaption children.
| DiagramColumnCaption | ||
|
expandHandler(event:MouseEvent):void
Handles interaction with the "Expand" button and expands the DiagramColumn component
"panel". | DiagramColumnCaption | ||
|
measure():void
Calculates the default size (width and height), and optionally the default minimum size, of this DiagramColumnCaption.
| DiagramColumnCaption | ||
|
updateDisplayList(w:Number, h:Number):void
Draws this DiagramColumnCaption and/or sizes and positions its children.
| DiagramColumnCaption | ||
| _addbut | property |
protected var _addbut:CaptionButton = nullAdd button.
| arrowwidth | property |
protected var arrowwidth:Number = 20
| _bordercolor | property |
protected var _bordercolor:uintThis DiagramColumnCaption border color.
| bordercolor | property |
bordercolor:uint [read-only]Implementation
public function get bordercolor():uint
| _borderwidth | property |
protected var _borderwidth:NumberThis DiagramColumnCaption border width.
| borderwidth | property |
borderwidth:Number [read-only]Implementation
public function get borderwidth():Number
| _closebut | property |
protected var _closebut:CaptionButton = nullClose button.
| _collapsebut | property |
protected var _collapsebut:CaptionButton = nullCollapse button.
| collapsed | property |
collapsed:Boolean [read-only]Indicates whether the DiagramColumnCaption is currently collapsed.
Implementation public function get collapsed():Boolean
| _collapsedsize | property |
protected var _collapsedsize:NumberThis DiagramColumnCaption collapsed size (Height).
| collapsedsize | property |
collapsedsize:Number [read-write]The DiagramColumn component size (Width) at collapsed status.
Implementation public function get collapsedsize():Number
public function set collapsedsize(value:Number):void
| column | property |
column:DiagramColumn [read-only]The parent DiagramColumn component to which this DiagramColumnCaption depends.
Implementation public function get column():DiagramColumn
| container | property |
container:DiagramColumnContainer [read-only]Returns DiagramColumnsContainer containing this DiagramColumnCaption.
Implementation public function get container():DiagramColumnContainer
| _expandbut | property |
protected var _expandbut:CaptionButton = nullExpand button.
| _expandedsize | property |
protected var _expandedsize:NumberThis DiagramColumnCaption expanded size (Height).
| expandedsize | property |
expandedsize:Number [read-write]The DiagramColumn component size (Width) at expanded status.
Implementation public function get expandedsize():Number
public function set expandedsize(value:Number):void
| _fontcolor | property |
protected var _fontcolor:NumberUsed Font Color in TextField.
| fontcolor | property |
fontcolor:Number [read-write]The font color used by this DiagramColumnCaption.
Implementation public function get fontcolor():Number
public function set fontcolor(value:Number):void
| _fontsize | property |
protected var _fontsize:NumberUsed Font size in TextField.
| _format | property |
protected var _format:TextFormatUsed TextFormat
| _label | property |
protected var _label:TextFieldTitle TextField.
| _printcolor | property |
protected var _printcolor:NumberUsed Print Color in TextField.
| _title | property |
protected var _title:String = "null"DiagramColumnCaption title that can be set by the user.
| title | property |
title:String [read-write]DiagramColumnCaption Title (title of the DiagramColumn component) displayed in the Label field of this DiagramColumnCaption.
Implementation public function get title():String
public function set title(value:String):void
| _view | property |
protected var _view:DiagramViewThe Diagram View in which this DiagramPanelCaption is embedded.
| view | property |
view:DiagramView [read-only]The Diagram View Container.
Implementation public function get view():DiagramView
| DiagramColumnCaption | () | constructor |
public function DiagramColumnCaption(view:DiagramView)Creates a new DiagramColumnCaption instance.
Parametersview:DiagramView — DiagramView that contains this DiagramColumnCaption.
|
| addSiblingHandler | () | method |
protected function addSiblingHandler(event:MouseEvent):voidHandles interaction with the "Add" button and creates a new DiagramPanel component inside the DiagramPanelsContainer containing this DiagramPanelCaption.
Parametersevent:MouseEvent — Detected Mouse Event.
|
| appendToSVGDocument | () | method |
public function appendToSVGDocument(doc:SVGSVGElement):voidAdds this DiagramColumnCaption instance in an SVG description to an SVGSVGElement (SVG document).
Parametersdoc:SVGSVGElement — SVGSVGElement (SVG document) to be updated by adding this DiagramColumnCaption.
|
| closeHandler | () | method |
protected function closeHandler(event:MouseEvent):void
Handles interaction with the "Close" button and removes the DiagramColumn component "panel" from its container.
event:MouseEvent — Detected Mouse Event.
|
| collapseHandler | () | method |
protected function collapseHandler(event:MouseEvent):void
Handles interaction with the "Expand" button and collapses the DiagramColumn component "panel".
event:MouseEvent — Detected Mouse Event.
|
| createChildren | () | method |
protected override function createChildren():voidCreates DiagramColumnCaption children. They can be listed as follows:
| draw | () | method |
public function draw():void
Draws this DiagramColumnCaption according to its status (collapsed or expanded). The call of the invalidateDisplayList()
method is aimed at executing the component's updateDisplayList() method at the next screen update.
| drawHighlight | () | method |
public function drawHighlight():void
| expandHandler | () | method |
protected function expandHandler(event:MouseEvent):void
Handles interaction with the "Expand" button and expands the DiagramColumn component "panel".
event:MouseEvent — Detected Mouse Event.
|
| measure | () | method |
protected override function measure():voidCalculates the default size (width and height), and optionally the default minimum size, of this DiagramColumnCaption.
| updateDisplayList | () | method |
protected override function updateDisplayList(w:Number, h:Number):void
Draws this DiagramColumnCaption and/or sizes and positions its children. This method is called when this DiagramColumnCaption is added to
a container using the addChild method, and when the component's invalidateDisplayList method is called.
w:Number — Specifies the width of this DiagramColumnCaption, in pixels, in the component's coordinates, regardless of the value of the scaleX property of this DiagramColumnCaption.
|
|
h:Number — Specifies the height of this DiagramColumnCaption, in pixels, in the component's coordinates, regardless of the value of the scaleY property of this DiagramColumnCaption.
|