|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrowView | |
---|---|
jpicedt.format.output.eepic | Classes (formatter, view factory,…) related to the epic/eepic content-type. |
jpicedt.format.output.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type. |
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.view | Document appearance. |
Uses of ArrowView in jpicedt.format.output.eepic |
---|
Methods in jpicedt.format.output.eepic that return ArrowView | |
---|---|
ArrowView |
EepicViewFactory.createArrow(PicAttributeSet set,
PicAttributeName<StyleConstants.ArrowStyle> direction)
|
Uses of ArrowView in jpicedt.format.output.tikz |
---|
Methods in jpicedt.format.output.tikz that return ArrowView | |
---|---|
ArrowView |
TikzViewFactory.createArrow(PicAttributeSet set,
PicAttributeName<StyleConstants.ArrowStyle> direction)
|
Uses of ArrowView in jpicedt.graphic.model |
---|
Methods in jpicedt.graphic.model with parameters of type ArrowView | |
---|---|
void |
PicNodeConnection.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View. |
void |
PicEllipse.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View. |
void |
Element.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View. |
void |
BranchElement.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View. |
void |
AbstractElement.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View . |
void |
AbstractCurve.syncArrowGeometry(ArrowView v,
ArrowView.Direction d)
Helper for the associated View. |
Uses of ArrowView in jpicedt.graphic.view |
---|
Subclasses of ArrowView in jpicedt.graphic.view | |
---|---|
static class |
ArrowView.CircleCentered
|
static class |
ArrowView.CircleFlushed
|
static class |
ArrowView.DiskCentered
|
static class |
ArrowView.DiskFlushed
|
static class |
ArrowView.DoubleHead
|
static class |
ArrowView.DoubleReverseHead
|
static class |
ArrowView.Head
|
static class |
ArrowView.ReverseHead
|
static class |
ArrowView.RoundedBracket
|
static class |
ArrowView.SquareBracket
|
static class |
ArrowView.TBarCentered
|
static class |
ArrowView.TBarFlushed
|
Fields in jpicedt.graphic.view declared as ArrowView | |
---|---|
protected ArrowView |
LeafElementView.leftArrow
arrows to be painted if non-null |
protected ArrowView |
LeafElementView.rightArrow
arrows to be painted if non-null |
Methods in jpicedt.graphic.view that return ArrowView | |
---|---|
ArrowView |
DefaultViewFactory.createArrow(PicAttributeSet set,
PicAttributeName<StyleConstants.ArrowStyle> direction)
|
ArrowView |
AttributesViewFactory.createArrow(PicAttributeSet set,
PicAttributeName<StyleConstants.ArrowStyle> direction)
Returns an ArrowView for rendering arrow-related attributes using the given attribute set. |
static ArrowView |
ArrowView.createArrowView(StyleConstants.ArrowStyle arrow,
PicAttributeSet set)
Return a View for the given arrow style. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |