mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 05:58:33 +00:00
Library using Decimal128 from FlexSDK acknowledgement.
This commit is contained in:
@@ -30,6 +30,7 @@ These include:
|
||||
* Flashdebugger library - `flashdebugger.jar` - Flash debugging
|
||||
* Open Imaging GIF Decoder - `gifreader.jar` - Importing GIFs
|
||||
* Miter clip - modified openjdk8 Stroker - `miterclip.jar` - Support for miter clip join style in shapes
|
||||
* FlexSDK Decimal128 class - `decimal.jar` - Working with decimal type in AS3
|
||||
|
||||
## Basic library usage
|
||||
```java
|
||||
@@ -156,6 +157,7 @@ It uses modified code of these libraries:
|
||||
* [Animated GIF Encoder] (Frames to GIF export)
|
||||
* [gnujpdf] (PDF export) - LGPL License
|
||||
* [openjdk8 Stroker] (Shapes - Miter clip drawing) - GPL License
|
||||
* [Apache Flex SDK] (Decimal numbers support - Decimal128 class) - Apache Licence 2.0
|
||||
|
||||
And also links to these libraries:
|
||||
|
||||
@@ -187,4 +189,5 @@ And also links to these libraries:
|
||||
[flashdebugger library]: https://github.com/jindrapetrik/flashdebugger
|
||||
[Java Native Access - JNA]: https://github.com/twall/jna
|
||||
[Open Imaging GIF Decoder]: https://github.com/DhyanB/Open-Imaging
|
||||
[openjdk8 Stroker]: https://github.com/JetBrains/jdk8u_jdk
|
||||
[openjdk8 Stroker]: https://github.com/JetBrains/jdk8u_jdk
|
||||
[Apache Flex SDK]: https://github.com/apache/flex-sdk
|
||||
Reference in New Issue
Block a user