From 5dc0e8c2bfc686ccac0902ff09448cd2f3ad65b4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 17 Jul 2013 16:15:32 +0200 Subject: NativeWindow API Doc: Fix layout / Add version. --- .../classes/javax/media/nativewindow/package.html | 94 +++++++++------------- 1 file changed, 39 insertions(+), 55 deletions(-) (limited to 'src/nativewindow/classes') diff --git a/src/nativewindow/classes/javax/media/nativewindow/package.html b/src/nativewindow/classes/javax/media/nativewindow/package.html index 14730a548..3fe42bab0 100644 --- a/src/nativewindow/classes/javax/media/nativewindow/package.html +++ b/src/nativewindow/classes/javax/media/nativewindow/package.html @@ -1,7 +1,7 @@ - NativeWindow Protocol Draft Public Review Specification + NativeWindow Specification Overview @@ -10,7 +10,7 @@

Preface

This specification, an optional set of packages, describing a protocol for a native windowing interface binding to Java(TM).
- Currently specified native windowing systems are:

+ Currently specified native windowing systems are:
However, any other native windowing system may be added to the implementation, - using a generic string identifier and an optional specialisation of:

+ using a generic string identifier and an optional specialisation of: -
- The implementor has to provide the following:

+

The implementor has to provide the following:


- This protocol does not describe how to create native windows, but how to bind a native surface to an implementation of - and window to an implementation of {@link javax.media.nativewindow.NativeSurface NativeSurface}.
- {@link javax.media.nativewindow.NativeWindow NativeWindow} specializes the NativeSurface.
- However, an implementation of this protocol (e.g. {@link com.jogamp.newt}) may support the creation.
+
  • The specialisation of the abstract class {@link javax.media.nativewindow.GraphicsConfigurationFactory GraphicsConfigurationFactory} +

    shall be registered with {@link javax.media.nativewindow.GraphicsConfigurationFactory#registerFactory GraphicsConfigurationFactory.registerFactory(..)}.

  • + +

    This protocol does not describe how to create native windows, but how to bind a native surface to an implementation of + and window to an implementation of {@link javax.media.nativewindow.NativeSurface NativeSurface}.

    +

    {@link javax.media.nativewindow.NativeWindow NativeWindow} specializes the NativeSurface.

    +

    However, an implementation of this protocol (e.g. {@link com.jogamp.newt}) may support the creation.

    Dependencies

    This binding has dependencies to the following:

    Package Structure

    - The packages defined by this specification include:

    + The packages defined by this specification include: