MenuContainer Data Type

Abstract Type
Subtypes
Panel, Component, GraphVisualizer, JPopupMenu, Frame, JDialog, JMenu, Container, Dialog, Window, JLayeredPane, JFrame, JButton, JComponent, JRootPane, JMenuItem, Canvas, JMenuBar, Applet, RouteDialog, PApplet, AbstractButton, JListOfDisplayVertex, Menu, ShowGraph, MenuBar
Properties
name data type description
font Font

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "font" : {
    "italic" : true,
    "missingGlyphCode" : 12345,
    "plain" : true,
    "size2D" : 12345.0,
    "numGlyphs" : 12345,
    "italicAngle" : 12345.0,
    "name" : "...",
    "transform" : {
      "type" : 12345,
      "scaleY" : 12345.0,
      "identity" : true,
      "translateX" : 12345.0,
      "scaleX" : 12345.0,
      "translateY" : 12345.0,
      "shearX" : 12345.0,
      "shearY" : 12345.0,
      "determinant" : 12345.0
    },
    "PSName" : "...",
    "bold" : true,
    "availableAttributes" : [ { }, { } ],
    "transformed" : true,
    "attributes" : {
      "property1" : { },
      "property2" : { }
    },
    "fontName" : "...",
    "family" : "...",
    "style" : 12345,
    "size" : 12345
  }
}