Uses of Class
org.krysalis.barcode4j.BarcodeDimension
Packages that use BarcodeDimension
Package
Description
-
Uses of BarcodeDimension in org.krysalis.barcode4j
Methods in org.krysalis.barcode4j that return BarcodeDimensionModifier and TypeMethodDescriptionBarcodeGenerator.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl
Fields in org.krysalis.barcode4j.impl declared as BarcodeDimensionModifier and TypeFieldDescriptionprotected BarcodeDimensionDefaultCanvasLogicHandler.dimensionsthe barcode dimensionsMethods in org.krysalis.barcode4j.impl that return BarcodeDimensionModifier and TypeMethodDescriptionAbstractBarcodeBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.codabar
Methods in org.krysalis.barcode4j.impl.codabar that return BarcodeDimensionModifier and TypeMethodDescriptionCodabarBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.code128
Methods in org.krysalis.barcode4j.impl.code128 that return BarcodeDimensionModifier and TypeMethodDescriptionCode128Bean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message.EAN128Bean.calcDimensions(String msg) -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.code39
Methods in org.krysalis.barcode4j.impl.code39 that return BarcodeDimensionModifier and TypeMethodDescriptionCode39Bean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.datamatrix
Methods in org.krysalis.barcode4j.impl.datamatrix that return BarcodeDimensionModifier and TypeMethodDescriptionDataMatrixBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.fourstate
Methods in org.krysalis.barcode4j.impl.fourstate that return BarcodeDimensionModifier and TypeMethodDescriptionRoyalMailCBCBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message.USPSIntelligentMailBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.int2of5
Methods in org.krysalis.barcode4j.impl.int2of5 that return BarcodeDimensionModifier and TypeMethodDescriptionInterleaved2Of5Bean.calcDimensions(String msg) ITF14Bean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.pdf417
Methods in org.krysalis.barcode4j.impl.pdf417 that return BarcodeDimension -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.postnet
Methods in org.krysalis.barcode4j.impl.postnet that return BarcodeDimensionModifier and TypeMethodDescriptionPOSTNETBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.qr
Methods in org.krysalis.barcode4j.impl.qr that return BarcodeDimensionModifier and TypeMethodDescriptionQRCodeBean.calcDimensions(String msg) Calculates the dimension of a barcode with the given message. -
Uses of BarcodeDimension in org.krysalis.barcode4j.impl.upcean
Methods in org.krysalis.barcode4j.impl.upcean that return BarcodeDimensionModifier and TypeMethodDescriptionEAN8Bean.calcDimensions(String msg) UPCEANBean.calcDimensions(String msg) UPCEBean.calcDimensions(String msg) -
Uses of BarcodeDimension in org.krysalis.barcode4j.output
Fields in org.krysalis.barcode4j.output declared as BarcodeDimensionModifier and TypeFieldDescriptionprotected BarcodeDimensionAbstractCanvasProvider.bardimthe cached barcode dimensionsMethods in org.krysalis.barcode4j.output that return BarcodeDimensionModifier and TypeMethodDescriptionAbstractCanvasProvider.getDimensions()Returns the barcode dimensions once established.CanvasProvider.getDimensions()Returns the barcode dimensions once established.Methods in org.krysalis.barcode4j.output with parameters of type BarcodeDimensionModifier and TypeMethodDescriptionvoidAbstractCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode.voidCanvas.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode.voidCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode. -
Uses of BarcodeDimension in org.krysalis.barcode4j.output.bitmap
Methods in org.krysalis.barcode4j.output.bitmap with parameters of type BarcodeDimensionModifier and TypeMethodDescriptionvoidBitmapCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode.static Graphics2DBitmapBuilder.prepareGraphics2D(BufferedImage image, BarcodeDimension dim, int orientation, boolean antiAlias) Prepares a Graphics2D object for painting on a given BufferedImage.static BufferedImageBitmapBuilder.prepareImage(BarcodeDimension dim, int resolution, int imageType) Prepares a BufferedImage to paint to.static BufferedImageBitmapBuilder.prepareImage(BarcodeDimension dim, int orientation, int resolution, int imageType) Prepares a BufferedImage to paint to. -
Uses of BarcodeDimension in org.krysalis.barcode4j.output.eps
Methods in org.krysalis.barcode4j.output.eps with parameters of type BarcodeDimensionModifier and TypeMethodDescriptionvoidEPSCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode. -
Uses of BarcodeDimension in org.krysalis.barcode4j.output.java2d
Methods in org.krysalis.barcode4j.output.java2d with parameters of type BarcodeDimensionModifier and TypeMethodDescriptionvoidJava2DCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode. -
Uses of BarcodeDimension in org.krysalis.barcode4j.output.svg
Methods in org.krysalis.barcode4j.output.svg with parameters of type BarcodeDimensionModifier and TypeMethodDescriptionvoidSVGCanvasProvider.establishDimensions(BarcodeDimension dim) Sets the dimensions of the barcode.