jp.go.aist.dmrc.platform.beans.framework3d.io
クラス PFIGESFileWriter

java.lang.Object
  拡張jp.go.aist.dmrc.platform.beans.io.PFWriter
      拡張jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentWriter
          拡張jp.go.aist.dmrc.platform.beans.framework3d.io.PFIGESFileWriter
すべての実装インタフェース:
PFActionEventSource, PFComponent, PFEventSource, java.io.Serializable

public class PFIGESFileWriter
extends PFShapeDocumentWriter

IGESファイルとして形状モデルデータを書き出すコンポーネント。

このコンポーネントから以下のイベントが発生する。

関連項目:
直列化された形式

コンストラクタの概要
PFIGESFileWriter()
           
 
メソッドの概要
 java.lang.String getComponentName()
          コンポーネント名称を取得する。
protected  boolean writeData(java.lang.Object shapeObj)
          IGESファイルとして形状モデルデータを書き出す。
protected  boolean writeItems(java.lang.Object items)
          IGESファイルとして形状モデルデータを書き出す。
 
クラス jp.go.aist.dmrc.platform.beans.framework3d.io.PFShapeDocumentWriter から継承したメソッド
addPFActionListener, firePFActionPerformed, getOutput, getPFActionListenerList, isWritingInAnotherThread, removePFActionListener, setWritingInAnotherThread, write, write, writeItems
 
クラス jp.go.aist.dmrc.platform.beans.io.PFWriter から継承したメソッド
getComponentID, getComponentKey, getComponentKeys, getComponentString, getCurrentFile, getExceptionIgnoring, getFile, localeUpdated, setComponentID, setComponentKey, setComponentKeys, setExceptionIgnoring, setFile, setFile
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFIGESFileWriter

public PFIGESFileWriter()
メソッドの詳細

getComponentName

public java.lang.String getComponentName()
コンポーネント名称を取得する。

戻り値:
コンポーネント名
関連項目:
PFComponent.getComponentName()

writeData

protected boolean writeData(java.lang.Object shapeObj)
                     throws PFComponentException
IGESファイルとして形状モデルデータを書き出す。

定義:
クラス PFShapeDocumentWriter 内の writeData
パラメータ:
shapeObj - 形状モデルデータ
戻り値:
書き出しの成否
例外:
PFComponentException - エラー

writeItems

protected boolean writeItems(java.lang.Object items)
                      throws PFComponentException
IGESファイルとして形状モデルデータを書き出す。

定義:
クラス PFShapeDocumentWriter 内の writeItems
戻り値:
書き出しの成否
例外:
PFComponentException - エラー