public class BarcodeLoader
extends org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader
Copyright (c) 2020 xsx All Rights Reserved. gitee is licensed under the Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
Constructor and Description |
---|
BarcodeLoader() |
Modifier and Type | Method and Description |
---|---|
org.apache.xmlgraphics.image.loader.ImageFlavor |
getTargetFlavor()
获取目标图像类型
|
org.apache.xmlgraphics.image.loader.Image |
loadImage(org.apache.xmlgraphics.image.loader.ImageInfo info,
Map hints,
org.apache.xmlgraphics.image.loader.ImageSessionContext session)
加载图像
|
public org.apache.xmlgraphics.image.loader.Image loadImage(org.apache.xmlgraphics.image.loader.ImageInfo info, Map hints, org.apache.xmlgraphics.image.loader.ImageSessionContext session)
info
- 图像信息hints
- 提示映射session
- 会话上下文public org.apache.xmlgraphics.image.loader.ImageFlavor getTargetFlavor()
Copyright © 2024. All rights reserved.