<LINE> : Line of a planning

Java class : leon.view.LyLine

ROLE

This element represents a line of a gantt.

ATTRIBUTES

<!ATTLIST LINE
	  id ID #IMPLIED
	  template NMTOKEN #IMPLIED
	  label CDATA #IMPLIED
	  image CDATA #IMPLIED
	  tooltip CDATA #IMPLIED
	  selected ( true | false) "false"
	  open ( true | false) "false"
	  hidden ( true | false) "false"
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED
	  superLineColor CDATA #IMPLIED
	  superLineLabel CDATA #IMPLIED
	  superLineHidden ( true | false) "false"
	  allowHiding ( true | false) "false">
Attribute Mand. Description Default
id no Identifier of the line.  
template no LINE.template  
label no Label of the line in the tree view.  
image no Image used to represent the line in the tree view.  
tooltip no Tooltip of the line.  
selected no Indicates whether the line is selected or not. false
open no Indicates whether the line is open or not in the tree view (only if line has sub-lines). false
hidden no Indicates whether the line is hidden or not. false
font no Font used to represent the line in the tree view.  
color no Background used to represent the line in the tree view.  
fontColor no LINE.fontColor  
superLineColor no Color used to represent the line in the planning view (only if it has sub-lines).  
superLineLabel no Label of the line in the planning view (only if it has sub-lines).  
superLineHidden no Indicates whether the line is hidden or not in the planning view (only if it is a super line ie if it has sub-lines). false
allowHiding no Indicates whether the line may be hidden by the button?Hide? false

ELEMENTS

<!ELEMENT LINE 
	  (INTERVAL* |
	   LINE*)>
Element Mand. Mult. Description
INTERVAL no yes Sub-intervals of the line.
LINE no yes Sub-lines of the line.