A B C D F G H I O P S T U X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(AreaTree) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- apply(AreaTree) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- apply(AreaTree, Area) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- apply(AreaTree, Area) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- ArtifactStreamOutput - Class in cz.vutbr.fit.layout.io
-
Utility functions for dumping artifacts to an output stream in different formats.
- ArtifactStreamOutput() - Constructor for class cz.vutbr.fit.layout.io.ArtifactStreamOutput
B
- BorderStroke - Class in cz.vutbr.fit.layout.io
-
Stroke for drawing the CSS borders.
- BorderStroke(int, Border.Style, boolean) - Constructor for class cz.vutbr.fit.layout.io.BorderStroke
-
Creates a new CSS stroke.
- boxTreeOnly - Variable in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Should we produce the box tree only or should we rely on the area tree?
C
- clearArea(int, int, int, int) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- colorizeByClass(ContentRect, String) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- colorizeByTags(ContentRect, Set<Tag>) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- colorString(String) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Converts the CSS specification rgb(r,g,b) to #rrggbb
- colorString(String) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
-
Converts the CSS specification rgb(r,g,b) to #rrggbb
- createStrokedShape(Shape) - Method in class cz.vutbr.fit.layout.io.BorderStroke
- cz.vutbr.fit.layout.io - package cz.vutbr.fit.layout.io
D
- defineParams() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- defineParams() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- drawBox(Box) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawConnection(ContentRect, ContentRect, Color) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawExtent(Area) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawExtent(Box) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawPage(Page) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawPage(Page, boolean) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- drawRectangle(Rectangular, Color) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- dumpTo(AreaTree, Page, PrintWriter) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Formats the complete area tree to an output stream.
- dumpTo(AreaTree, PrintWriter) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
-
Formats the complete tag tree to an output stream
- dumpTo(Page, PrintWriter) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Formats the complete box tree to an output stream.
- dumpTo(Page, PrintWriter) - Method in class cz.vutbr.fit.layout.io.XMLBoxOutput
-
Formats the complete tag tree to an output stream
F
- filename - Variable in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Path to the output file/
- filename - Variable in class cz.vutbr.fit.layout.io.XMLOutputOperator
-
Path to the output file/
G
- getAreaStyle(Area) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getBoxStyle(Box, int, int) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getBoxStyle(ContentRect, Box) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getBoxTreeOnly() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getCategory() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getCategory() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- getDescription() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getDescription() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- getFilename() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getFilename() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- getGraphics() - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- getId() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getId() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- getName() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getName() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- getProduceHeader() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- getProduceHeader() - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- Graphics2DDisplay - Class in cz.vutbr.fit.layout.io
-
An output display implementation that shows the areas on a Graphics2D device.
- Graphics2DDisplay(Graphics2D) - Constructor for class cz.vutbr.fit.layout.io.Graphics2DDisplay
H
- HTMLOutputOperator - Class in cz.vutbr.fit.layout.io
-
This operator serializes the area tree to an HTML file.
- HTMLOutputOperator() - Constructor for class cz.vutbr.fit.layout.io.HTMLOutputOperator
- HTMLOutputOperator(String, boolean, boolean) - Constructor for class cz.vutbr.fit.layout.io.HTMLOutputOperator
- HTMLOutputOperator.Style - Class in cz.vutbr.fit.layout.io
-
Element style representation.
I
- ImageOutputDisplay - Class in cz.vutbr.fit.layout.io
- ImageOutputDisplay(int, int) - Constructor for class cz.vutbr.fit.layout.io.ImageOutputDisplay
O
- outputHTML(AreaTree, Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes an area tree to an output stream in XML format.
- outputHTML(Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes a page to an output stream in HTML format.
- outputPNG(AreaTree, Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes an area tree to an output stream as a PNG image using a screen shot if available.
- outputPNG(Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes a page to an output stream as a PNG image using a screen shot if available.
- outputPNGi(AreaTree, Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes an area tree to an output stream as a PNG image by rendering the internal representation of the page.
- outputPNGi(Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes a page to an output stream as a PNG image by rendering the internal representation of the page.
- outputXML(AreaTree, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes an area tree to an output stream in XML format.
- outputXML(Page, OutputStream) - Static method in class cz.vutbr.fit.layout.io.ArtifactStreamOutput
-
Serializes a page to an output stream in XML format.
P
- produceHeader - Variable in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Should we produce the HTML header and footer?
- produceHeader - Variable in class cz.vutbr.fit.layout.io.XMLBoxOutput
-
Should we produce the XML header?
- produceHeader - Variable in class cz.vutbr.fit.layout.io.XMLOutputOperator
-
Should we produce the XML header?
- put(String, float, String) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator.Style
- put(String, int, String) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator.Style
S
- saveTo(OutputStream) - Method in class cz.vutbr.fit.layout.io.ImageOutputDisplay
- saveTo(String) - Method in class cz.vutbr.fit.layout.io.ImageOutputDisplay
- setBoxTreeOnly(boolean) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- setFilename(String) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- setFilename(String) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- setGraphics(Graphics2D) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- setProduceHeader(boolean) - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator
- setProduceHeader(boolean) - Method in class cz.vutbr.fit.layout.io.XMLOutputOperator
- setupGraphics() - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
-
Configures the graphics context for drawing the boxes.
- stringColor(String) - Method in class cz.vutbr.fit.layout.io.Graphics2DDisplay
- Style() - Constructor for class cz.vutbr.fit.layout.io.HTMLOutputOperator.Style
T
- toString() - Method in class cz.vutbr.fit.layout.io.HTMLOutputOperator.Style
U
- UNIT - Static variable in class cz.vutbr.fit.layout.io.HTMLOutputOperator
-
Default length unit
X
- XMLBoxOutput - Class in cz.vutbr.fit.layout.io
-
Dumps a box tree into a XML file
- XMLBoxOutput(boolean) - Constructor for class cz.vutbr.fit.layout.io.XMLBoxOutput
- XMLOutputOperator - Class in cz.vutbr.fit.layout.io
-
This operator serializes the area tree to an XML file.
- XMLOutputOperator() - Constructor for class cz.vutbr.fit.layout.io.XMLOutputOperator
- XMLOutputOperator(String, boolean) - Constructor for class cz.vutbr.fit.layout.io.XMLOutputOperator
All Classes All Packages