直列化された形式


パッケージ jp.carabiner.inkpod.model

Class jp.carabiner.inkpod.model.FileResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

file

java.io.File file

Class jp.carabiner.inkpod.model.InkpodFileVersionException extends org.xml.sax.SAXException implements Serializable

Class jp.carabiner.inkpod.model.MapDimension extends java.awt.geom.Dimension2D implements Serializable

serialVersionUID: 1L

直列化されたフィールド

width

double width

height

double height

Class jp.carabiner.inkpod.model.MapPoint extends java.lang.Object implements Serializable

serialVersionUID: -5046628372365845806L

直列化されたフィールド

x

long x
X座標


y

long y
Y座標

Class jp.carabiner.inkpod.model.MapRectangle extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

x

long x

y

long y

width

long width

height

long height

Class jp.carabiner.inkpod.model.ResourceFactoryException extends java.lang.Exception implements Serializable

Class jp.carabiner.inkpod.model.URLResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

url

java.net.URL url

httpProxyConfig

HttpProxyConfig httpProxyConfig

length

long length

パッケージ jp.carabiner.inkpod.objectinfo

Class jp.carabiner.inkpod.objectinfo.ObjectInfoRuntimeException extends java.lang.RuntimeException implements Serializable

Class jp.carabiner.inkpod.objectinfo.ObjectIntrospectorException extends java.lang.Exception implements Serializable

Class jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorInstantiationException extends java.lang.RuntimeException implements Serializable

Class jp.carabiner.inkpod.objectinfo.PropertyValueValidationException extends java.lang.RuntimeException implements Serializable

直列化されたフィールド

propertyEditor

ObjectPropertyEditor propertyEditor

パッケージ jp.carabiner.inkpod.objectinfo.editors

Class jp.carabiner.inkpod.objectinfo.editors.HorizontalAlignPropertyEditor.HorizontalAlignRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class jp.carabiner.inkpod.objectinfo.editors.LineStrokePropertyEditor.LineTypeRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

直列化されたフィールド

lineStroke

LineStroke lineStroke

insets

java.awt.Insets insets

size

java.awt.Dimension size

Class jp.carabiner.inkpod.objectinfo.editors.MapLayerListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class jp.carabiner.inkpod.objectinfo.editors.ObjectVisibilityListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class jp.carabiner.inkpod.objectinfo.editors.SliderPropertyEditor.SliderLabel extends javax.swing.JLabel implements Serializable

直列化されたフィールド

maxLabel

java.lang.String maxLabel

Class jp.carabiner.inkpod.objectinfo.editors.VerticalAlignPropertyEditor.VerticalAlignRenderer extends javax.swing.DefaultListCellRenderer implements Serializable


パッケージ jp.carabiner.inkpod.pi

Class jp.carabiner.inkpod.pi.MessageException extends java.lang.Exception implements Serializable


パッケージ jp.carabiner.inkpod.pi.event

Class jp.carabiner.inkpod.pi.event.FrameEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

eventType

int eventType

frame

PInkpodFrame frame

Class jp.carabiner.inkpod.pi.event.LoadMapModelEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

resource

Resource resource

mapModel

PMapModel mapModel

consumed

boolean consumed

Class jp.carabiner.inkpod.pi.event.MessageEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

inkpodEditor

jp.carabiner.inkpod.InkpodEditor inkpodEditor

sourcePlugin

Plugin<T> sourcePlugin

targetPlugin

Plugin<T> targetPlugin

publicTargetPlugin

PPlugin<T> publicTargetPlugin

publicSourcePlugin

PPlugin<T> publicSourcePlugin

message

java.lang.Object message

callbackListener

MessageListener callbackListener

Class jp.carabiner.inkpod.pi.event.ReloadPluginEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

canceled

boolean canceled

Class jp.carabiner.inkpod.pi.event.TabEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

eventType

int eventType

frame

PInkpodFrame frame

model

PMapModel model

Class jp.carabiner.inkpod.pi.event.TabSelectionEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

frame

PInkpodFrame frame

model

PMapModel model

oldModel

PMapModel oldModel

Class jp.carabiner.inkpod.pi.event.UIExtensionEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

ui

PInkpodUI ui

パッケージ jp.carabiner.inkpod.pi.model.event

Class jp.carabiner.inkpod.pi.model.event.MapEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

objects

PMapObject[] objects

model

PMapModel model

type

int type

propertyChangeEvent

java.beans.PropertyChangeEvent propertyChangeEvent

triggerEvent

java.util.EventObject triggerEvent

Class jp.carabiner.inkpod.pi.model.event.MapObjectSelecitonEvent extends java.util.EventObject implements Serializable


パッケージ jp.carabiner.inkpod.pi.selector

Class jp.carabiner.inkpod.pi.selector.PropertyNotFoundException extends SelectorRuntimeException implements Serializable

Class jp.carabiner.inkpod.pi.selector.SelectorRuntimeException extends java.lang.RuntimeException implements Serializable

Class jp.carabiner.inkpod.pi.selector.UnsupportedTargetException extends SelectorRuntimeException implements Serializable

直列化されたフィールド

target

Condition.Target target

パッケージ jp.carabiner.inkpod.pi.shape

Class jp.carabiner.inkpod.pi.shape.AbstractDefaultObjectShape extends AbstractObjectShape<T extends PMapObject> implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

lineType

LineStroke lineType

lineWidth

int lineWidth

fill

boolean fill

drawFrame

boolean drawFrame

gradient

boolean gradient

lineColor

java.awt.Color lineColor

fillColor

java.awt.Color fillColor

fillColor2

java.awt.Color fillColor2

shadow

boolean shadow

shadowOffset

int shadowOffset

shadowColor

java.awt.Color shadowColor

text

java.lang.String text

searchableText

java.lang.String[] searchableText

textColor

java.awt.Color textColor

font

java.awt.Font font

textAlign

HorizontalAlign textAlign

textVerticalAlign

VerticalAlign textVerticalAlign

topTextPadding

int topTextPadding

leftTextPadding

int leftTextPadding

bottomTextPadding

int bottomTextPadding

rightTextPadding

int rightTextPadding

textLineSpace

int textLineSpace

textUneditable

boolean textUneditable

gradientTypeName

java.lang.String gradientTypeName

frameAlpha

int frameAlpha

fillAlpha

int fillAlpha

textAlpha

int textAlpha

shadowAlpha

int shadowAlpha

rotation

double rotation

flip

boolean flip

Class jp.carabiner.inkpod.pi.shape.AbstractNodeShape extends AbstractDefaultObjectShape<PNodeObject> implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException
直列化されたフィールド

x

double x

y

double y

width

double width

height

double height

autoSize

java.awt.geom.Dimension2D autoSize

unmovable

boolean unmovable

unresizable

boolean unresizable

textRenderer

java.lang.String textRenderer

sampleMode

boolean sampleMode

Class jp.carabiner.inkpod.pi.shape.AbstractObjectShape extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException

Class jp.carabiner.inkpod.pi.shape.AbstractRectangleShape extends AbstractNodeShape implements Serializable

serialVersionUID: 1L

直列化されたフィールド

textHeightFit

boolean textHeightFit

imageResource

Resource imageResource

keepImageAspectRatio

boolean keepImageAspectRatio

imageAlpha

int imageAlpha

leftImagePadding

int leftImagePadding

rightImagePadding

int rightImagePadding

topImagePadding

int topImagePadding

bottomImagePadding

int bottomImagePadding

imageHorizontalAlign

HorizontalAlign imageHorizontalAlign

imageVerticalAlign

VerticalAlign imageVerticalAlign

imageScalingType

ScalingType imageScalingType

Class jp.carabiner.inkpod.pi.shape.AbstractRelationShape extends AbstractDefaultObjectShape<PRelationObject> implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

lineStartPoint

java.awt.geom.Point2D lineStartPoint

lineEndPoint

java.awt.geom.Point2D lineEndPoint

relationLineType

LineStroke relationLineType

relationLineColor

java.awt.Color relationLineColor

relationLineWidth

int relationLineWidth

relationLineAlpha

int relationLineAlpha

startArrowShapeName

java.lang.String startArrowShapeName

endArrowShapeName

java.lang.String endArrowShapeName

startLabel

java.lang.String startLabel

endLabel

java.lang.String endLabel

textBoxLocationRatio

double textBoxLocationRatio

Class jp.carabiner.inkpod.pi.shape.BezierCurvesNodeShape extends AbstractNodeShape implements Serializable

serialVersionUID: 1L

直列化されたフィールド

points

DoubleArray points

pointOptions

IntArray pointOptions

segmentOptions

IntArray segmentOptions

boundsTransform

java.awt.geom.AffineTransform boundsTransform

boundsInverseTransform

java.awt.geom.AffineTransform boundsInverseTransform

closed

boolean closed

Class jp.carabiner.inkpod.pi.shape.CurveRelationShape extends AbstractRelationShape implements Serializable

serialVersionUID: 1L

直列化されたフィールド

curveLineType

CurveLineType curveLineType

centerPointLocation

java.awt.geom.Point2D.Double centerPointLocation

Class jp.carabiner.inkpod.pi.shape.DiamondShape extends AbstractRectangleShape implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

Class jp.carabiner.inkpod.pi.shape.DoubleArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException

Class jp.carabiner.inkpod.pi.shape.IntArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException

Class jp.carabiner.inkpod.pi.shape.LineStroke extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

cap

LineStroke.Cap cap

join

LineStroke.Join join

miterLimit

float miterLimit

dash

float[] dash

hashCode

int hashCode

Class jp.carabiner.inkpod.pi.shape.LongArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException

Class jp.carabiner.inkpod.pi.shape.OvalShape extends AbstractRectangleShape implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

Class jp.carabiner.inkpod.pi.shape.PolylineRelationShape extends AbstractRelationShape implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException
直列化されたフィールド

pointList

java.util.List<E> pointList

fixPoint

boolean fixPoint

Class jp.carabiner.inkpod.pi.shape.RectangleShape extends AbstractRectangleShape implements Serializable

serialVersionUID: 1L

Class jp.carabiner.inkpod.pi.shape.RightAngleRelationShape extends AbstractRelationShape implements Serializable

serialVersionUID: 1L

直列化されたフィールド

rightAngleLineType

RightAngleLineType rightAngleLineType

centerLineLocation

double centerLineLocation

Class jp.carabiner.inkpod.pi.shape.RoundrectShape extends AbstractRectangleShape implements Serializable

serialVersionUID: 1L

直列化されたフィールド

arcSize

int arcSize

contentInsets

java.awt.Insets contentInsets

パッケージ jp.carabiner.inkpod.pi.shape.action

Class jp.carabiner.inkpod.pi.shape.action.FitSizeImageAspectRatioAction extends jp.carabiner.widget.AbstractStatefulAction implements Serializable

直列化されたフィールド

frame

PInkpodFrame frame

Class jp.carabiner.inkpod.pi.shape.action.SaveImageAction extends jp.carabiner.widget.AbstractStatefulAction implements Serializable

直列化されたフィールド

frame

PInkpodFrame frame

Class jp.carabiner.inkpod.pi.shape.action.TextHeightFitAction extends jp.carabiner.widget.AbstractStatefulAction implements Serializable

直列化されたフィールド

frame

PInkpodFrame frame

パッケージ jp.carabiner.inkpod.pi.shape.editors

Class jp.carabiner.inkpod.pi.shape.editors.CurveLineTypeLabel extends javax.swing.JLabel implements Serializable

直列化されたフィールド

curveLineType

CurveLineType curveLineType

sampleSize

java.awt.Dimension sampleSize

Class jp.carabiner.inkpod.pi.shape.editors.CurveLineTypeListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

直列化されたフィールド

curveLineType

CurveLineType curveLineType

size

java.awt.Dimension size

Class jp.carabiner.inkpod.pi.shape.editors.CurveLineTypeMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

直列化されたフィールド

prefSize

java.awt.Dimension prefSize

Class jp.carabiner.inkpod.pi.shape.editors.GradientTypePropertyEditor.GradientTypePanel extends javax.swing.JButton implements Serializable

直列化されたフィールド

window

javax.swing.JWindow window

list

javax.swing.JList list

items

jp.carabiner.inkpod.shape.gradient.GradientType[] items

selectedItem

jp.carabiner.inkpod.shape.gradient.GradientType selectedItem

Class jp.carabiner.inkpod.pi.shape.editors.GradientTypePropertyEditor.GradientTypeRendrerer extends javax.swing.DefaultListCellRenderer implements Serializable

直列化されたフィールド

gradientType

jp.carabiner.inkpod.shape.gradient.GradientType gradientType

Class jp.carabiner.inkpod.pi.shape.editors.PlainTextDocument extends javax.swing.text.PlainDocument implements Serializable

直列化されたフィールド

listenerList

javax.swing.event.EventListenerList listenerList

Class jp.carabiner.inkpod.pi.shape.editors.PlainTextEvent extends java.util.EventObject implements Serializable

Class jp.carabiner.inkpod.pi.shape.editors.PointListEditor.MapPointTableModel extends javax.swing.table.AbstractTableModel implements Serializable

直列化されたフィールド

pointList

java.util.List<E> pointList

Class jp.carabiner.inkpod.pi.shape.editors.RightAngleLineTypeListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

直列化されたフィールド

lineType

RightAngleLineType lineType

size

java.awt.Dimension size

Class jp.carabiner.inkpod.pi.shape.editors.ScalingTypePropertyEditor.ScalingTypeRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

直列化されたフィールド

labelTable

java.util.EnumMap<K extends java.lang.Enum<K>,V> labelTable

Class jp.carabiner.inkpod.pi.shape.editors.TextRendererPropertyEditor.TextRendererNameListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable


パッケージ jp.carabiner.inkpod.pi.shape.event

Class jp.carabiner.inkpod.pi.shape.event.HandleDragEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

eventType

int eventType

Class jp.carabiner.inkpod.pi.shape.event.TextEditorEvent extends java.util.EventObject implements Serializable

直列化されたフィールド

eventType

int eventType

パッケージ jp.carabiner.inkpod.pi.shape.persistence

Class jp.carabiner.inkpod.pi.shape.persistence.PersistenceRuntimeException extends java.lang.RuntimeException implements Serializable


パッケージ jp.carabiner.inkpod.pi.widget

Class jp.carabiner.inkpod.pi.widget.ActionTextClassDef extends jp.carabiner.widget.ActionDef implements Serializable


パッケージ jp.carabiner.inkpod.plugin

Class jp.carabiner.inkpod.plugin.PluginLoadingException extends java.lang.Exception implements Serializable

Class jp.carabiner.inkpod.plugin.ServiceConfigurationException extends java.lang.RuntimeException implements Serializable