Class SpacerFragment
java.lang.Object
org.jd.core.v1.model.fragment.FlexibleFragment
org.jd.core.v1.model.javafragment.SpacerFragment
- All Implemented Interfaces:
Fragment, JavaFragment
- Direct Known Subclasses:
SpaceSpacerFragment
-
Field Summary
Fields inherited from class FlexibleFragment
initialLineCount, label, lineCount, maximalLineCount, minimalLineCount, weight -
Constructor Summary
ConstructorsConstructorDescriptionSpacerFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label) -
Method Summary
Methods inherited from class FlexibleFragment
accept, decLineCount, getInitialLineCount, getLabel, getLineCount, getMaximalLineCount, getMinimalLineCount, getWeight, incLineCount, resetLineCount, toString
-
Constructor Details
-
SpacerFragment
public SpacerFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceJavaFragment
-