DBVIEW
org.dbview.addons.output.table.utils.dot.Conf Class Reference

List of all members.

Static Public Attributes

static final String TABLE_BG_COLOR = "lightgrey"
static final String TABLE_GRID_COLOR = "white"
static final String RELATION_FG_COLOR = "black"
static final String RELATION_BG_COLOR = "beige"
static final String SOFT_EDGE_COLOR = "green"
static final String HARD_EDGE_COLOR = "red"
static final String SOFT_AND_HARD_EDGE_COLOR = "blue"

Detailed Description

This class defines constants used to configure the DOT representation.

Remarks:
If you need to customize the image that represents the database, you should change the values defined in this class.
Author:
Denis Beurive

Definition at line 31 of file Conf.java.


Member Data Documentation

Color of the arrows that represents "hard" links (hard foreign keys).

Definition at line 61 of file Conf.java.

Background color of the edges for the grids that contain relations' information.

Definition at line 51 of file Conf.java.

Color of the edges for the grids that contain relations' information.

Definition at line 46 of file Conf.java.

Color of the arrows that represents mixed (soft + hard) links (soft foreign keys).

Definition at line 66 of file Conf.java.

Color of the arrows that represents "soft" links (soft foreign keys).

Definition at line 56 of file Conf.java.

Background color for the tables.

Definition at line 36 of file Conf.java.

Color of the grid's edges, inside a table.

Definition at line 41 of file Conf.java.


The documentation for this class was generated from the following file: