Skip to content

Commit

Permalink
Make default configurations for grapher views package protected
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann authored and tinevez committed Nov 7, 2024
1 parent 38c0798 commit 629acdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class MamutBranchViewGrapher extends MamutBranchView< DataGraph< BranchSp
grapherInitializer.layout();
}

private static FeatureGraphConfig getFeatureGraphConfig()
static FeatureGraphConfig getFeatureGraphConfig()
{
// If they are available, set some sensible defaults for the feature.
Iterator< FeatureProjectionSpec > projections = BranchDisplacementDurationFeature.SPEC.getProjectionSpecs().iterator();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class MamutViewGrapher extends MamutView< DataGraph< Spot, Link >, DataVe
cf.getDialog().setTitle( cf.getDialog().getTitle() + " - " + frame.getTitle() );
}

private static FeatureGraphConfig getFeatureGraphConfig()
static FeatureGraphConfig getFeatureGraphConfig()
{
// If they are available, set some sensible defaults for the feature.
final FeatureSpecPair spvx = new FeatureSpecPair( SpotFrameFeature.SPEC,
Expand Down

0 comments on commit 629acdf

Please sign in to comment.