Preparing search index...
The search index is not available
graph-table-svg
graph-table-svg
Logics
LogicTable
Class LogicTable
表を表現するクラスです。
Hierarchy
LogicTable
Index
Constructors
constructor
Properties
cells
class
Name
option
Accessors
cell
Array
column
Count
row
Count
Methods
build
From
Object
get
Column
get
Row
to
Reteral
constructHTMLLogic
Cell
constructHTMLLogic
Table
construct
Logic
Table
create
parse
Constructors
constructor
new
Logic
Table
(
option
?:
{
columnCount
:
number
;
rowCount
:
number
;
table_option
?:
TableOptionReteral
}
)
:
LogicTable
Parameters
option:
{
columnCount
:
number
;
rowCount
:
number
;
table_option
?:
TableOptionReteral
}
= ...
column
Count
:
number
row
Count
:
number
Optional
table_
option
?:
TableOptionReteral
Returns
LogicTable
Properties
cells
cells
:
LogicCell
[]
[]
Private
class
Name
class
Name
:
"LogicTable"
= "LogicTable"
option
option
:
TableOptionReteral
Accessors
cell
Array
get
cellArray
(
)
:
LogicCell
[]
Returns
LogicCell
[]
column
Count
get
columnCount
(
)
:
number
Returns
number
row
Count
get
rowCount
(
)
:
number
Returns
number
Methods
build
From
Object
build
From
Object
(
obj
:
any
)
:
void
Parameters
obj:
any
Returns
void
get
Column
get
Column
(
i
:
number
)
:
LogicCell
[]
Parameters
i:
number
Returns
LogicCell
[]
get
Row
get
Row
(
i
:
number
)
:
LogicCell
[]
Parameters
i:
number
Returns
LogicCell
[]
to
Reteral
to
Reteral
(
)
:
TableReteral
Returns
TableReteral
Static
Private
constructHTMLLogic
Cell
constructHTMLLogic
Cell
(
cellElement
:
Element
, outputCell
:
LogicCell
)
:
void
Parameters
cellElement:
Element
outputCell:
LogicCell
Returns
void
Static
constructHTMLLogic
Table
constructHTMLLogic
Table
(
e
:
Element
)
:
null
|
LogicTable
Parameters
e:
Element
Returns
null
|
LogicTable
Static
construct
Logic
Table
construct
Logic
Table
(
e
:
Element
)
:
null
|
LogicTable
Parameters
e:
Element
Returns
null
|
LogicTable
Static
create
create
(
str
:
string
[]
[]
, option
?:
TableOptionReteral
)
:
LogicTable
Parameters
str:
string
[]
[]
Optional
option:
TableOptionReteral
Returns
LogicTable
Static
parse
parse
(
str
:
string
, delimiter
:
string
)
:
string
[]
[]
Parameters
str:
string
delimiter:
string
Returns
string
[]
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
graph-
table-
svg
Common
Attribute
Names
Color
Common
Functions
Default
Class
Names
Enums
Auto
Size
Shape
To
Fit
Text
Connector
Type
Coodinate
Type
Data
Name
Direction
Horizontal
Anchor
Macro
Tag
Names
OriginalSVGSVGAttributes
Path
Text
Alighnment
Shape
Object
Type
VBAShape
Type
Vertex
Order
Vertical
Anchor
mso
Dash
Style
Exceptions
Style
Names
Graph
Style
Names
VBAFunctions
VLine
Position
Type
Console
Debug
HTML
CSS
Draggable
Object
Draggable
Object
Functions
GUI
GUIObserver
HTMLFunctions
Interfaces
SVG
Logics
Objects
GOptions
Graph
Arrangement
Options
Editor
Helper
Display
Object
VBAObject
Type
Doc
Logic
Table
constructor
cells
class
Name
option
cell
Array
column
Count
row
Count
build
From
Object
get
Column
get
Row
to
Reteral
constructHTMLLogic
Cell
constructHTMLLogic
Table
construct
Logic
Table
create
parse
Generated using
TypeDoc
表を表現するクラスです。