Class FFG

java.lang.Object
Savage.ShipsMilitary.FFG7OliverHazardPerryUnitedStates.FFG

public class FFG extends Object

An Oliver Hazard Perry (FFG 7) class frigate. Intended to be used with a prototype for crew served weapons emplacements, hull numbers, and ISIC/Ship seal incorporation.

Related links: Catalog page FFG, source FFG.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title FFG.x3d
description An Oliver Hazard Perry (FFG 7) class frigate. Intended to be used with a prototype for crew served weapons emplacements, hull numbers, and ISIC/Ship seal incorporation
creator LT Patrick Sullivan
created 23 March 2005
modified 3 July 2022
subject Prototypes, FFG7, Oliver Perry Frigate
Image DSC_59.jpg
Image http://www.public.navy.mil/surflant/ffg28/PublishingImages/DSC_59.jpg
reference http://en.wikipedia.org/wiki/Oliver_Hazard_Perry_class_frigate
reference http://en.wikipedia.org/wiki/USS_Oliver_Hazard_Perry_(FFG-7)
reference https://www.nvr.navy.mil/SHIPDETAILS/SHIPSDETAIL_FFG_7.HTML
reference https://www.history.navy.mil/research/histories/ship-histories/danfs/o/oliver-hazard-perry-ffg-7.html
reference https://www.fas.org/programs/ssp/man/uswpns/navy/surfacewarfare/FFG7_oliverhazardperry.html
reference http://www.globalsecurity.org/military/systems/ship/ffg-7.htm
reference http://www.navsource.org/archives/07/0707.htm
reference OliverHazardPerryFFG.x3d
reference OliverHazardPerryFFGPrototype.x3d
identifier https://savage.nps.edu/Savage/ShipsMilitary/FFG7OliverHazardPerryUnitedStates/FFG.x3d
generator X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit
generator VizX3D, http://www.vivaty.com/downloads/studio
Vizthumbnail Thumb_FFG_x3d58552551140474114.jpg
license ../../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Summary

    Constructors
    Constructor
    Description
    FFG()
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FFG

      public FFG()
      Default constructor to create this object.
  • Method Details