Android:有关 Android 库的 AWT 类等效项的问题
我知道无法将 AWT 类直接包含到我的 Android 程序中,但我想我应该询问哪些类是等效的。我知道 Bitmap
类相当于 BufferedImage
,但我还需要 SampleModel
、DataBufferByte
、WritableRaster
和 IndexColorModel
。这些的等效类是什么?
我使用这些类来解析 DICOM 文件以将图像显示为视频。
感谢您的帮助!
I know that there's no way to include AWT classes directly into my Android program, but I thought I'd ask about what classes are equivalent. I know that the Bitmap
class is equivalent to BufferedImage
, but I also need SampleModel
, DataBufferByte
, WritableRaster
and IndexColorModel
. What are the equivalent classes for those?
I'm using these classes to parse DICOM files to show the images as a video.
Thanks for the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论