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