Interface VolumeSequence
-
public interface VolumeSequence
Provides a volume sequence object. A volume sequence is a chunk of contents that is to be placed before or after the contents of a volume.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockSequence
getBlockSequence(FormatterContext context, DefaultContext c, CrossReferenceHandler crh)
SequenceProperties
getSequenceProperties()
Gets the volume sequence properties.
-
-
-
Method Detail
-
getSequenceProperties
SequenceProperties getSequenceProperties()
Gets the volume sequence properties.- Returns:
- returns the volume sequence properties
-
getBlockSequence
BlockSequence getBlockSequence(FormatterContext context, DefaultContext c, CrossReferenceHandler crh)
-
-