Uses of Class
org.krysalis.barcode4j.BaselineAlignment
Packages that use BaselineAlignment
-
Uses of BaselineAlignment in org.krysalis.barcode4j
Fields in org.krysalis.barcode4j declared as BaselineAlignmentModifier and TypeFieldDescriptionstatic final BaselineAlignmentBaselineAlignment.ALIGN_BOTTOMThe bars are aligned to be even along the bottom.static final BaselineAlignmentBaselineAlignment.ALIGN_TOPThe bars are aligned to be even along the top.Methods in org.krysalis.barcode4j that return BaselineAlignmentModifier and TypeMethodDescriptionstatic BaselineAlignmentReturns a BaselineAlignment instance by name. -
Uses of BaselineAlignment in org.krysalis.barcode4j.impl.postnet
Methods in org.krysalis.barcode4j.impl.postnet that return BaselineAlignmentModifier and TypeMethodDescriptionPOSTNETBean.getBaselinePosition()Returns the baseline position.Methods in org.krysalis.barcode4j.impl.postnet with parameters of type BaselineAlignmentModifier and TypeMethodDescriptionvoidPOSTNETBean.setBaselinePosition(BaselineAlignment baselinePosition) Sets the baseline position.