alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

package intrinsic.flash.system;

public class Capabilities extends Object {

	/** Accessors */

	/** Variables */

	/** Constants */

	/** Class Accessors */
	public static boolean hasIME;
	public static String language;
	public static boolean hasAudioEncoder;
	public static boolean hasStreamingAudio;
	public static boolean hasPrinting;
	public static boolean hasScreenPlayback;
	public static double screenDPI;
	public static String os;
	public static double screenResolutionY;
	public static double screenResolutionX;
	public static boolean hasAccessibility;
	public static boolean hasMP3;
	public static boolean avHardwareDisable;
	public static String version;
	public static double pixelAspectRatio;
	public static boolean hasEmbeddedVideo;
	public static String manufacturer;
	public static boolean hasVideoEncoder;
	public static boolean isDebugger;
	public static boolean hasAudio;
	public static boolean hasStreamingVideo;
	public static boolean hasTLS;
	public static String serverString;
	public static String screenColor;
	public static boolean localFileReadDisable;
	public static String playerType;
	public static boolean hasScreenBroadcast;

	/** Class variables */

/** Contructors */
public Capabilities() {
}


/** Static Methods */

/** Methods */

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.