|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kite9.diagram.builders.formats.BasicFormats
public class BasicFormats
| Nested Class Summary | |
|---|---|
static interface |
BasicFormats.ConnectedFormat
Allows you to specify the style of a created connected element |
| Constructor Summary | |
|---|---|
BasicFormats()
|
|
| Method Summary | |
|---|---|
static Format |
asArrows(InsertionInterface ii,
BasicFormats.ConnectedFormat toElementFormat,
Direction d)
Creates an arrow to represent the relationship |
static BasicFormats.ConnectedFormat |
asContext(boolean border,
Layout d,
Label l)
|
static BasicFormats.ConnectedFormat |
asGlyph(String stereotypeOverride)
|
static Format |
asLink(InsertionInterface ii,
BasicFormats.ConnectedFormat toElementFormat)
Creates an arrow to represent the relationship |
static Format |
asSymbols(InsertionInterface ii)
|
static Format |
asTextLines(InsertionInterface ii)
|
static String |
getLabel(NounPart in,
NounPart from,
InsertionInterface ii)
|
static SimpleNoun |
getUnderlyingSimpleNoun(NounPart in,
InsertionInterface ii)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicFormats()
| Method Detail |
|---|
public static SimpleNoun getUnderlyingSimpleNoun(NounPart in,
InsertionInterface ii)
public static String getLabel(NounPart in,
NounPart from,
InsertionInterface ii)
public static BasicFormats.ConnectedFormat asGlyph(String stereotypeOverride)
public static BasicFormats.ConnectedFormat asContext(boolean border,
Layout d,
Label l)
public static Format asArrows(InsertionInterface ii,
BasicFormats.ConnectedFormat toElementFormat,
Direction d)
public static Format asLink(InsertionInterface ii,
BasicFormats.ConnectedFormat toElementFormat)
public static Format asSymbols(InsertionInterface ii)
public static Format asTextLines(InsertionInterface ii)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||