|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformDrawFeature | |
---|---|
org.ascape.model | |
org.ascape.util.vis | |
org.ascape.view.vis.erv |
Uses of PlatformDrawFeature in org.ascape.model |
---|
Methods in org.ascape.model with parameters of type PlatformDrawFeature | |
---|---|
void |
Scape.addDrawFeature(PlatformDrawFeature feature)
Adds the provided draw feature to this scape. |
boolean |
Scape.removeDrawFeature(PlatformDrawFeature feature)
Removes the provided draw feature. |
Uses of PlatformDrawFeature in org.ascape.util.vis |
---|
Classes in org.ascape.util.vis that implement PlatformDrawFeature | |
---|---|
class |
DrawColorFeature
A class using a color feature to determine the color to use to draw a feature. |
class |
DrawFeature
An class providing a drawing method for a given object. |
class |
DrawImageFeature
A class using a image feature to determine the image to use to draw a feature. |
class |
DrawSymbol
An drawing method that draws a symbol irrespective of the supplied object's state. |
class |
FillCellFeature
A Draw feature that fills a cell with the color defined by the color feature. |
Methods in org.ascape.util.vis that return PlatformDrawFeature | |
---|---|
PlatformDrawFeature |
PlatformDrawFeatureSelection.findByName(java.lang.String name)
|
Methods in org.ascape.util.vis with parameters of type PlatformDrawFeature | |
---|---|
void |
PlatformDrawFeatureSelection.moveDown(PlatformDrawFeature drawFeature)
|
void |
PlatformDrawFeatureSelection.moveToBottom(PlatformDrawFeature drawFeature)
|
void |
PlatformDrawFeatureSelection.moveToTop(PlatformDrawFeature drawFeature)
Moves the Draw Feature selected to the top of the list. |
void |
PlatformDrawFeatureSelection.moveUp(PlatformDrawFeature drawFeature)
|
Uses of PlatformDrawFeature in org.ascape.view.vis.erv |
---|
Classes in org.ascape.view.vis.erv that implement PlatformDrawFeature | |
---|---|
class |
EntityRelationView.RelationDrawFeature
The class RelationDrawFeature encapsulates the drawing
mechanisms previously distributed over methods in ERVEdge
and ERVChannel . |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |