public interface DMNSVGViewFactory
Modifier and Type | Field and Description |
---|---|
static String |
BUSINESS_KNOWLEDGE_MODEL |
static String |
BUSINESS_KNOWLEDGE_MODEL_PALETTE |
static String |
DECISION |
static String |
DECISION_PALETTE |
static String |
DIAGRAM |
static String |
INPUT_DATA |
static String |
INPUT_DATA_PALETTE |
static String |
KNOWLEDGE_SOURCE |
static String |
KNOWLEDGE_SOURCE_PALETTE |
static String |
PATH_CSS |
static String |
TEXT_ANNOTATION |
static String |
TEXT_ANNOTATION_PALETTE |
Modifier and Type | Method and Description |
---|---|
SVGShapeViewResource |
businessKnowledgeModel() |
SVGShapeViewResource |
decision() |
SVGShapeViewResource |
diagram() |
SVGShapeViewResource |
inputData() |
SVGShapeViewResource |
knowledgeSource() |
SVGShapeViewResource |
textAnnotation() |
static final String PATH_CSS
static final String DIAGRAM
static final String BUSINESS_KNOWLEDGE_MODEL
static final String BUSINESS_KNOWLEDGE_MODEL_PALETTE
static final String DECISION
static final String DECISION_PALETTE
static final String INPUT_DATA
static final String INPUT_DATA_PALETTE
static final String KNOWLEDGE_SOURCE
static final String KNOWLEDGE_SOURCE_PALETTE
static final String TEXT_ANNOTATION
static final String TEXT_ANNOTATION_PALETTE
@SVGSource(value="images/shapes/diagram.svg") SVGShapeViewResource diagram()
@SVGSource(value="images/shapes/business-knowledge-model.svg") SVGShapeViewResource businessKnowledgeModel()
@SVGSource(value="images/shapes/decision.svg") SVGShapeViewResource decision()
@SVGSource(value="images/shapes/input-data.svg") SVGShapeViewResource inputData()
@SVGSource(value="images/shapes/knowledge-source.svg") SVGShapeViewResource knowledgeSource()
@SVGSource(value="images/shapes/text-annotation.svg") SVGShapeViewResource textAnnotation()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.