|
Class: PainterState (private in HTMLDocumentPainter
This class is only visible from within
HTMLDocumentPainter.
Object
|
+--HTMLDocumentPainter::PainterState
- Package:
- stx:libhtml
- Category:
- System-Documentation
- Owner:
- HTMLDocumentPainter
a document painters current state.
This is a pure data holding class, providing no functionality.
accessing-get
-
currentBGColor
-
return the value of the instance variable 'currentBGColor' (automatically generated)
-
currentColIndex
-
return the value of the instance variable 'currentColIndex' (automatically generated)
-
currentColor
-
return the value of the instance variable 'currentColor' (automatically generated)
-
currentElement
-
return the value of the instance variable 'currentElement' (automatically generated)
-
currentFont
-
return the value of the instance variable 'currentFont' (automatically generated)
-
currentForm
-
return the value of the instance variable 'currentForm' (automatically generated)
-
currentIndentOffset
-
return the value of the instance variable 'currentIndentOffset' (automatically generated)
-
currentLeftIndent
-
return the value of the instance variable 'currentLeftIndent' (automatically generated)
-
currentRightIndent
-
return the value of the instance variable 'currentRightIndent' (automatically generated)
-
currentRowIndex
-
return the value of the instance variable 'currentRowIndex' (automatically generated)
-
currentTable
-
return the value of the instance variable 'currentTable' (automatically generated)
-
currentUnderlineColor
-
return the value of the instance variable 'currentUnderlineColor' (automatically generated)
-
hBegin
-
return the value of the instance variable 'hBegin' (automatically generated)
-
haveSpace
-
return the value of the instance variable 'haveSpace' (automatically generated)
-
inBLOCKQUOTE
-
return the value of the instance variable 'inBLOCKQUOTE' (automatically generated)
-
inCenter
-
return the value of the instance variable 'inCenter' (automatically generated)
-
inDL
-
return the value of the instance variable 'inDL' (automatically generated)
-
inKbd
-
return the value of the instance variable 'inKbd' (automatically generated)
-
inNoBreak
-
return the value of the instance variable 'inNoBreak' (automatically generated)
-
inNoPrintingParagraph
-
return the value of the instance variable 'inNoPrintingParagraph' (automatically generated)
-
inOL
-
return the value of the instance variable 'inOL' (automatically generated)
-
inPre
-
return the value of the instance variable 'inPre' (automatically generated)
-
inRightAlign
-
return the value of the instance variable 'inRightAlign' (automatically generated)
-
inStrikeout
-
return the value of the instance variable 'inStrikeout' (automatically generated)
-
inStyle
-
return the value of the instance variable 'inStyle' (automatically generated)
-
inSup
-
return the value of the instance variable 'inSup' (automatically generated)
-
inUnderline
-
return the value of the instance variable 'inUnderline' (automatically generated)
-
needSpace
-
return the value of the instance variable 'needSpace' (automatically generated)
-
previousIsEmpty
-
return the value of the instance variable 'previousIsEmpty' (automatically generated)
-
styleStack
-
return the value of the instance variable 'styleStack' (automatically generated)
-
ulLevel
-
return the value of the instance variable 'ulLevel' (automatically generated)
-
xPosition
-
return the value of the instance variable 'xPosition' (automatically generated)
-
yNextLine
-
return the value of the instance variable 'yNextLine' (automatically generated)
-
yPosition
-
return the value of the instance variable 'yPosition' (automatically generated)
-
yText
-
return the value of the instance variable 'yText' (automatically generated)
accessing-set
-
currentElement: cE haveSpace: have needSpace: need yNextLine: yN yText: yT xPosition: x yPosition: y hBegin: hB
-
multi setter for state snapshotting
-
currentFont: f currentColor: cC currentBGColor: cBG currentUnderlineColor: cUC
-
multi setter for state snapshotting
-
currentForm: cF currentTable: cT currentRowIndex: cR currentColIndex: cC
-
multi setter for state snapshotting
-
currentLeftIndent: cL currentRightIndent: cR currentIndentOffset: cIO previousIsEmpty: pE
-
multi setter for state snapshotting
-
inBLOCKQUOTE: inB inCenter: inC inDL: inD inKbd: inK inNoBreak: inN inOL: inO inPre: inP inNoPrintingParagraph: inNoPrint inStyle: inS
-
multi setter for state snapshotting
-
inRightAlign: inR inStrikeout: inS inSup: inSu inUnderline: inU ulLevel: ul
-
multi setter for state snapshotting
-
styleStack: aCollection
-
setter for state snapshotting
|