~eduramiba/gephi/data-laboratory

« back to all changes in this revision

Viewing changes to PreviewImpl/src/org/gephi/preview/supervisors/DirectedEdgeSupervisorImpl.java

  • Committer: Eduardo Ramos
  • Date: 2010-09-01 18:21:41 UTC
  • mfrom: (1453.1.256 0.7)
  • Revision ID: eduramiba@gmail.com-20100901182141-2w1o0h5kt2md0wdj
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
            return new SupervisorPropery[]{
365
365
                        SupervisorPropery.createProperty(this, Boolean.class, "Directed_curvedFlag", CATEGORY, "Curved", "getCurvedFlag", "setCurvedFlag"),
366
366
                        SupervisorPropery.createProperty(this, Float.class, "Directed_edgeScale", CATEGORY, "Thickness", "getEdgeScale", "setEdgeScale"),
 
367
                        SupervisorPropery.createProperty(this, Boolean.class, "Directed_rescaleWeight", CATEGORY, "Rescale Weight", "getRescaleWeight", "setRescaleWeight"),
367
368
                        SupervisorPropery.createProperty(this, EdgeColorizer.class, "Directed_colorizer", CATEGORY, "Color", "getColorizer", "setColorizer", EdgeColorizerPropertyEditor.class),
368
369
                        SupervisorPropery.createProperty(this, Boolean.class, "Directed_showLabelsFlag", CATEGORY, "Labels", "getShowLabelsFlag", "setShowLabelsFlag"),
369
370
                        SupervisorPropery.createProperty(this, Boolean.class, "Directed_shortenLabelsFlag", CATEGORY, "Shorten labels", "getShortenLabelsFlag", "setShortenLabelsFlag"),