Package org.openprovenance.prov.dot
Interface DotProperties
-
- All Known Implementing Classes:
ProvToDot
public interface DotProperties
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOT_ARROWHEADstatic StringDOT_ARROWSHAPE_ODIAMONDstatic StringDOT_ARROWSHAPE_OINVstatic StringDOT_ARROWTAILstatic StringDOT_COLOURstatic StringDOT_DIRstatic StringDOT_DIRECTED_EDGEstatic StringDOT_FILLCOLOURstatic StringDOT_FONTCOLOURstatic StringDOT_FONTSIZEstatic StringDOT_LABELstatic StringDOT_LABELANGLEstatic StringDOT_LABELDISTANCEstatic StringDOT_LABELFONTSIZEstatic StringDOT_PENWIDTHstatic StringDOT_ROTATIONstatic StringDOT_SHAPEstatic StringDOT_SIDESstatic StringDOT_STYLEstatic StringDOT_TAILLABELstatic StringDOT_TOOLTIPstatic StringDOT_UNDIRECTED_EDGEstatic StringDOT_URLstatic StringDOT_WIDTH
-
-
-
Field Detail
-
DOT_FILLCOLOUR
static final String DOT_FILLCOLOUR
- See Also:
- Constant Field Values
-
DOT_COLOUR
static final String DOT_COLOUR
- See Also:
- Constant Field Values
-
DOT_STYLE
static final String DOT_STYLE
- See Also:
- Constant Field Values
-
DOT_SHAPE
static final String DOT_SHAPE
- See Also:
- Constant Field Values
-
DOT_SIDES
static final String DOT_SIDES
- See Also:
- Constant Field Values
-
DOT_ARROWHEAD
static final String DOT_ARROWHEAD
- See Also:
- Constant Field Values
-
DOT_LABEL
static final String DOT_LABEL
- See Also:
- Constant Field Values
-
DOT_FONTSIZE
static final String DOT_FONTSIZE
- See Also:
- Constant Field Values
-
DOT_FONTCOLOUR
static final String DOT_FONTCOLOUR
- See Also:
- Constant Field Values
-
DOT_ARROWTAIL
static final String DOT_ARROWTAIL
- See Also:
- Constant Field Values
-
DOT_DIR
static final String DOT_DIR
- See Also:
- Constant Field Values
-
DOT_TAILLABEL
static final String DOT_TAILLABEL
- See Also:
- Constant Field Values
-
DOT_LABELANGLE
static final String DOT_LABELANGLE
- See Also:
- Constant Field Values
-
DOT_LABELDISTANCE
static final String DOT_LABELDISTANCE
- See Also:
- Constant Field Values
-
DOT_ROTATION
static final String DOT_ROTATION
- See Also:
- Constant Field Values
-
DOT_LABELFONTSIZE
static final String DOT_LABELFONTSIZE
- See Also:
- Constant Field Values
-
DOT_ARROWSHAPE_ODIAMOND
static final String DOT_ARROWSHAPE_ODIAMOND
- See Also:
- Constant Field Values
-
DOT_ARROWSHAPE_OINV
static final String DOT_ARROWSHAPE_OINV
- See Also:
- Constant Field Values
-
DOT_TOOLTIP
static final String DOT_TOOLTIP
- See Also:
- Constant Field Values
-
DOT_URL
static final String DOT_URL
- See Also:
- Constant Field Values
-
DOT_PENWIDTH
static final String DOT_PENWIDTH
- See Also:
- Constant Field Values
-
DOT_WIDTH
static final String DOT_WIDTH
- See Also:
- Constant Field Values
-
DOT_DIRECTED_EDGE
static final String DOT_DIRECTED_EDGE
- See Also:
- Constant Field Values
-
DOT_UNDIRECTED_EDGE
static final String DOT_UNDIRECTED_EDGE
- See Also:
- Constant Field Values
-
-