Package org.openprovenance.prov.dot
Interface RecommendedProvVisualProperties
-
- All Known Implementing Classes:
ProvToDot
public interface RecommendedProvVisualPropertiesSee https://www.w3.org/2011/prov/wiki/Diagrams for the list of properties that can be used.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITY_COLOURstatic StringACTIVITY_FILL_COLOURstatic StringACTIVITY_SHAPEstatic StringACTIVITY_SIDESstatic StringACTIVITY_STYLEstatic StringAGENT_FILLCOLOURstatic StringAGENT_SHAPEstatic StringAGENT_STYLEstatic StringANNOTATION_SHAPEstatic StringENTITY_COLOURstatic StringENTITY_FILLCOLOURstatic StringENTITY_STYLE
-
-
-
Field Detail
-
ACTIVITY_FILL_COLOUR
static final String ACTIVITY_FILL_COLOUR
- See Also:
- Constant Field Values
-
ACTIVITY_COLOUR
static final String ACTIVITY_COLOUR
- See Also:
- Constant Field Values
-
ACTIVITY_STYLE
static final String ACTIVITY_STYLE
- See Also:
- Constant Field Values
-
ACTIVITY_SHAPE
static final String ACTIVITY_SHAPE
- See Also:
- Constant Field Values
-
ACTIVITY_SIDES
static final String ACTIVITY_SIDES
- See Also:
- Constant Field Values
-
ENTITY_STYLE
static final String ENTITY_STYLE
- See Also:
- Constant Field Values
-
ENTITY_FILLCOLOUR
static final String ENTITY_FILLCOLOUR
- See Also:
- Constant Field Values
-
ENTITY_COLOUR
static final String ENTITY_COLOUR
- See Also:
- Constant Field Values
-
AGENT_STYLE
static final String AGENT_STYLE
- See Also:
- Constant Field Values
-
AGENT_SHAPE
static final String AGENT_SHAPE
- See Also:
- Constant Field Values
-
AGENT_FILLCOLOUR
static final String AGENT_FILLCOLOUR
- See Also:
- Constant Field Values
-
ANNOTATION_SHAPE
static final String ANNOTATION_SHAPE
- See Also:
- Constant Field Values
-
-