public class RollPaper extends AbstractPaper
Paper.Type
FactoryProperties.ComparatorBuilder
Constructor and Description |
---|
RollPaper(String name,
String desc,
String identifier,
Length across)
Creates a new roll paper
|
Modifier and Type | Method and Description |
---|---|
RollPaper |
asRollPaper()
Returns this Paper as a RollPaper
|
Length |
getLengthAcrossFeed()
Gets the length of the paper perpendicular to the direction of the paper feed
|
Paper.Type |
getType()
Gets the type of paper
|
String |
toString() |
asSheetPaper, asTractorPaper, getDescription, getDisplayName, getIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newComparatorBuilder
public Length getLengthAcrossFeed()
public Paper.Type getType()
Paper
public RollPaper asRollPaper()
Paper
asRollPaper
in interface Paper
asRollPaper
in class AbstractPaper