static SimpleAttributeSet style_fontSize(int n) { ret style_fontSize(new SimpleAttributeSet, n); } static SimpleAttributeSet style_fontSize(SimpleAttributeSet a, int n) { StyleConstants.setFontSize(a, n); ret a; } static SimpleAttributeSet style_fontSize(int n, SimpleAttributeSet a) { ret style_fontSize(a, n); }
Began life as a copy of #1009731
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009733 |
Snippet name: | style_foreground |
Eternal ID of this version: | #1009733/6 |
Text MD5: | 62aa00589101b0236761d4701ebab5ab |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-15 18:44:51 |
Source code size: | 336 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 515 / 527 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009735 - style_background #1009736 - style_foreground |