Skip to: Site menu | Main content

A Grails-like Rich Application Platform

Jxlayer Plugin Print

Description

Adds JXLayer/JLayer support nodes depending on the current JVM. JXLayer is available in JDK6 and lower. JLayer is available in JDK7 and higher.

Installation

The current version of griffon-jxlayer-plugin is 0.2

To install just issue the following command

Usage

The following nodes will become available on a View script upon installing this plugin

Node

Property

Type

Default

Required

Bindable

Notes

jxlayer

[JXLayer]

view

JComponent

 

 (error)

(tick)

or nest a target component

 

UI

LayerUI

 

(error)
(error)

or nest one of the UI nodes

 

glassPane

JPanel

 

(error)
(tick)

 

buttonPanelUI

[ButtonPanelUI]

focusCyclic

boolean

false

(error)
(error)

Not available in JDK7+

debugRepaintingUI

[DebugRepaintingUI]

 

 

 

 

 

Not available in JDK7+

mouseScrollableUI

[MouseScrollableUI]

 

 

 

 

 

Not available in JDK7+

spotLightUI

[SpotLightUI]

overlayColor

Color

Color(0, 0, 0, 128)

(error)
(tick)

Not available in JDK7+

 

softClipWidth

int

0

(error)
(tick)

 

 

enabled

boolean

true

(error)
(tick)

 

 

 

 

 

 

 

you can nest any number of Shapes (use bean() node)

lockableUI

[LockableUI]

locked

boolean

false

(error)
(tick)

Not available in JDK7+

 

 

 

 

 

 

you can nest any number of LayerEffect (use bean() node)

bufferedImageOpEffect

[BufferedImageOpEffect]

bufferedImageOps

BufferedImageOp[]

 

(error)
(tick)

or nest any number of BufferedImageOp (use bean() node)

Not available in JDK7+

Example

History

Version

Date

Notes

0.2

02-14-11

Release sync with Griffon 0.9.2

0.1.1

08-12-10

Fix for GRIFFON-227

0.1

07-22-10

First release