Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 236487 Details for
Bug 419467
Allow layout customization for SpaceTree
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for SpaceTreeLayoutAlgorithm
spacetree_getters_and_setters.patch (text/plain), 1.06 KB, created by
Istvan Rath
on 2013-10-15 10:26:16 EDT
(
hide
)
Description:
Patch for SpaceTreeLayoutAlgorithm
Filename:
MIME Type:
Creator:
Istvan Rath
Created:
2013-10-15 10:26:16 EDT
Size:
1.06 KB
patch
obsolete
>diff --git a/org.eclipse.gef4.zest.layouts/src/org/eclipse/gef4/zest/layouts/algorithms/SpaceTreeLayoutAlgorithm.java b/org.eclipse.gef4.zest.layouts/src/org/eclipse/gef4/zest/layouts/algorithms/SpaceTreeLayoutAlgorithm.java >index 521322c..677d732 100644 >--- a/org.eclipse.gef4.zest.layouts/src/org/eclipse/gef4/zest/layouts/algorithms/SpaceTreeLayoutAlgorithm.java >+++ b/org.eclipse.gef4.zest.layouts/src/org/eclipse/gef4/zest/layouts/algorithms/SpaceTreeLayoutAlgorithm.java >@@ -1128,6 +1128,30 @@ > private double branchGap = leafGap + 5; > private double layerGap = 20; > >+ protected void setLeafGap(double value) { >+ this.leafGap = value; >+ } >+ >+ protected void setBranchGap(double value) { >+ this.branchGap = value; >+ } >+ >+ protected void setLayerGap(double value) { >+ this.layerGap = value; >+ } >+ >+ protected double getLeafGap() { >+ return this.leafGap; >+ } >+ >+ protected double getBranchGap() { >+ return this.branchGap; >+ } >+ >+ protected double getLayerGap() { >+ return this.layerGap; >+ } >+ > private boolean directionChanged = false; > > private LayoutContext context;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nyssen
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 419467
: 236487